Initial backend

This commit is contained in:
Gnarwhal 2021-01-27 03:27:04 -05:00
parent f10ca87343
commit a06a558d7b
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
19 changed files with 303 additions and 0 deletions

21
backend/.gitignore vendored Normal file
View file

@ -0,0 +1,21 @@
# Intellij project files
.idea/
# Build files
build/
# Gradle files
.gradle/
gradle/
gradlew
gradlew.bat
# Eclipse project files
.classpath
.project
.settings/
# Local property file
src/main/resources/application-db.properties