REST API which lets users select their top 100 movies. Uses The Movie Database as source of movies
- NodeJS (Typescript)
- Postgres
- Docker
- Swagger Docs
Create an env file using the .example.env
file
cp .example.env .env
cd api
npm i
cd api
npx prisma migrate dev
The project uses docker to run its services. Run the following command at the project root directory
docker-compose up
The REST API can be accessed from http://localhost:3000
Documentation can be accessed from http://localhost:7050