A progressive Node.js framework for building efficient and scalable server-side applications.
- User , Movie , Actor , Genres , Rating Cruds
- User can rate a movie once
- User Authentication , Authorization , Roles Limitations
- File Uploads
- Controller , Service , Repo Pattern
- ########################################################
- Movies , Rating , Genres
* Get Most Popular Movies , Longest Movies , Top Liked Movies
* Movies By Genre , Movies By Actor
* Incrementing Movie Count Opened
* Like , Dislike Movie , Average Rating
* Getting all Genres and all movies related to each genre
* Movie By Actor
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov