RESTfull application created by students of SoftServe IT Academy
To start working on this project please add application.properties
file in the root
directory of the project (next to README.md
and .gitignore
) containing the same
info as application.properties
file in src/main/resources/
directory, but
change ${...}
values to your local credentials.
To automatically create database with test data run the next command prompt (run only once)
mvn clean install -D skip.db.init=false
To run the application
mvn spring-boot:run
To recompile the application (run always if db is already created)
mvn clean install
When launching project for the first time, you have to load client and server both and allow your browser to work with insecure connection. To do so, when getting warning screen you have to click 'show advanced' and let browser continue work with unregistered certificate.
Please add next lines to local application properties:
#Facebook Properties spring.social.facebook.appId= spring.social.facebook.appSecret=
- Volodymyr Oseredchuk - Work description - VolodymyrOseredchuk
- Taras Hlukhovetskyi - Work description - TarasHlukhovetskyi
- Olha Lozinska - Work description - OlhaLozinska
- Olena Andrushchenko - Work description - OlenaAndrushchenko
- Andrii Vashchenok - Work description - AndriiVashchenok
- Rostyslav Hlynka - Work description - RostyslavHlynka
- Danylo Lototskyi - Work description - DanyloLototskyi
- Andrii Dobrianskyi - Work description - AndriiDobrianskyi