Skip to content

Restaurant Api made with TypeScript, Nestjs, Mongoose and MongoAtlas

Notifications You must be signed in to change notification settings

wahbafarag/nestjs_restaurant_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

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

About

Restaurant Api made with TypeScript, Nestjs, Mongoose and MongoAtlas

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published