find me in:
@faeztgh

JAVA-movie-app-rest-api

<p align="center"> <a href="#" target="blank"><img src="https://miro.medium.com/max/600/1*usQX20oLxChIAupsuRi7GQ.png" width="320" alt="Spring boot Logo" /></a> </p> <p align="center">A progressive JAVA framework for building efficient and scalable server-side applications.</p>

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/