Skip to content

Latest commit

 

History

History
76 lines (58 loc) · 3.47 KB

README.md

File metadata and controls

76 lines (58 loc) · 3.47 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

Restaurant Api with Nestjs

Features

* Authentication and Authorization with JWT
* Managing rules for ex : who can create a review etc...
* basic cruds , linking ratings to users and restaurants
* getting restaurants stats, cheapest and expensive restaurants
* Users Roles limitations
$ Iam still working to add more features, unit and e2e testing (almost there), 
doing some aggregation and piplines for provide for ex : 5 Cheapest restaurants (Done)
$ i will add some features for geolocations then maybe will add something 
to get 3 nearest restaurant based on current location OR based on particular point user provide 

Description

Nest framework TypeScript starter repository.

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