Skip to content

Nestjs Movies Api , you can rate a movie , like or dislike it , get movies by genre or actor and much more!

Notifications You must be signed in to change notification settings

wahbafarag/Nestjs_movie-api

Repository files navigation

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

About

Nestjs Movies Api , you can rate a movie , like or dislike it , get movies by genre or actor and much more!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published