Skip to content

cedancp/movies-backend

Repository files navigation

Movies backend

Rest API for movies app

About

This project was made with Typescript, typeorm for database managing and express. Commits are done with the help of git-cz and commitlint

There are hooks in place for running tests and linter previous to commit with help of husky v5

Running locally

  1. Configure mariadb on your local machine.
  2. Create a new database scheme called 'movies' to use with this api
  3. On the root directory you'll find the sql script with data already in place, restore it on 'movies' scheme
  4. Configure database credentials on ormconfig
  5. Run npm install
  6. And finally run npm start to start server

Testing

Run npm test to run tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published