REST API for Diploma project - freelance delivery service.
Used stack:
Front-end is created and maintaned by ThisSilenceIsMine. Repo can be found there.
Freelance delivery API is a Spring Boot application built using Maven. You can build a jar file and run it from the command line (JDK 11 is required):
git clone https://github.com/uniloftsky/spring5-freelance-delivery-service
cd spring5-freelance-delivery-service
./mvnw package
java -jar target/*.jar
You can then access api documentation here: http://localhost:8080/api
The app has been deployed to Heroku, so you can try it here: https://spring5-delivery-service.herokuapp.com/api