A progressive JAVA framework for building efficient and scalable server-side applications.
A fullstack Movie API app with Spring boot framework.
$ install postgres sql
$ install java 11
$ install maven (optional)
# Start Postgres:
$ pg_ctl -D start
$ psql -U <user>
# development API URL:
$ http://localhost:8080/api/
# Swagger Document:
$ http://localhost:8080/swagger-ui/