- Navigate to
docker-postgresql
directory. - Run
docker-compose up -d
to up docker container.
-
Navigate to
users-api
directory. -
Run
mvn install
to install dependencies. -
Run
mvn spring-boot:run
for up a dev server. -
Navigate to
http://localhost:8080/swagger-ui.html
to see API documentation. -
See API documentation and create user status