This is a project using jwt as the security.
-
Open the app in the IDE of your choice
-
Open the terminal and git clone the master branch
-
Make sure you have docker and docker-compose installed.
-
Run
docker-compose up
in the terminal. This will create a postgres database with users_db. -
While still in the terminal , run
./mvnw spring-boot:run
-
The server will start on
http://localhost:8080