Skip to content

sebastian-drozd/movies-task

Repository files navigation

Movie Catalogue API

Movie Catalogue API is an Express application for managing a movie catalog.

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js (LTS version recommended, v20.11.0)
  • npm (Node Package Manager)

First steps

Copy file .env.tpl and rename to .env, then set values to preferred ones. Example:

PORT=3100

Install dependencies:

npm install

Building

Build the project:

npm run build

Start the project

Development (with reload):

npm run start:dev

Compiled:

npm run start

Testing

Build the project:

npm run test

Postman

Postman collection containing endpoints available in the application can be found in ./postman directory.

About

Movie's catalogue API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published