EdwinWalela / MyTop100Movies

Movies API

Home Page:https://api.edwinwalela.com/100-movies/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movies API

REST API which lets users select their top 100 movies. Uses The Movie Database as source of movies

Tech Stack

  1. NodeJS (Typescript)
  2. Postgres
  3. Docker
  4. Swagger Docs

Run Locally

Environment Variables

Create an env file using the .example.env file

cp .example.env .env

Install dependancies

cd api
npm i

Run migrations

cd api
npx prisma migrate dev

Start services

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

About

Movies API

https://api.edwinwalela.com/100-movies/


Languages

Language:TypeScript 96.8%Language:Shell 1.9%Language:Dockerfile 1.1%Language:Procfile 0.2%