US01: Make it possible for the user to add a horse through the API

This commit is contained in:
2020-03-16 20:46:18 +01:00
commit 707487c236
80 changed files with 16073 additions and 0 deletions

33
backend/.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
/target/
!.mvn/wrapper/maven-wrapper.jar
.DS_Store
### Log ###
/log/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### DB ###
*.db
### NetBeans ###
/nbproject/private/
/build/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/