Sport meeting system server side. Allows to organization spontaneous sport events in your neighbourhood.
Live preview, hosted by Heroku and Netfly. Please note due of hosting limits the first load can take a while.
If your interested about frontend check my sms-webapp repository.
This project was developed to learn and practice my skills.
Backend of project is creating with:
- Java 12
- Spring Boot 2.2.0
- Spring Security
- Spring Data
- Hibernate
- Maven
- PostgreSQL 12.2
You can create your own user account or use existing one.
Sample user credentials:
- Login: user@gmail.com
- Password: admin
Clone this repo to your local machine using https://github.com/dextep/sms-rest-api.git
To run this project, build it locally using mvn:
$ cd ../sms-rest-api
$ mvn spring-boot:run