A progressive Node.js framework for building efficient and scalable server-side applications.
* 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
Nest framework TypeScript starter repository.
$ 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