Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 654 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 654 Bytes

Spring boot Logo

A progressive JAVA framework for building efficient and scalable server-side applications.

Description

A fullstack Movie API app with Spring boot framework.

Requirements

$ install postgres sql
$ install java 11
$ install maven (optional)

Running the app

# Start Postgres:
$  pg_ctl -D start
$  psql -U <user>

# development API URL:
$ http://localhost:8080/api/

# Swagger Document:
$ http://localhost:8080/swagger-ui/