Simple api with postgres database
Use docker-compose to run app locally:
docker-compose up api
docker-compose up tests
GET /movies/
GET /comments/
POST /movies/
Param | Description |
---|---|
title | movie title to search |
POST /comments/
Param | Description |
---|---|
nickname | comment author |
comment | comment content |