Movie Catalogue API is an Express application for managing a movie catalog.
Make sure you have the following installed on your machine:
Copy file .env.tpl
and rename to .env
, then set values to preferred ones. Example:
PORT=3100
Install dependencies:
npm install
Build the project:
npm run build
Development (with reload):
npm run start:dev
Compiled:
npm run start
Build the project:
npm run test
Postman collection containing endpoints available in the application can be found in ./postman
directory.