Skip to content

Latest commit

 

History

History
76 lines (58 loc) · 3.33 KB

README.md

File metadata and controls

76 lines (58 loc) · 3.33 KB

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Movies API

Features

- 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

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov