Skip to content

julio22b/movie-app-backend

Repository files navigation

Letterboxd - backend repo

Letterboxd is a film reviewing web app that allows you to rate films and save your reviews in a diary. You can also save a watch list or make customized lists. And follow other people to see what they've been watching.

Installation

Clone this project locally and run:

npm install

To start the project on port 3001 in a development environment run:

npm run dev

Testing

To run the tests use:

npm run test

Requirements

You also need to run the frontend locally by following the steps in the frontend repo.

License

MIT