• Stars
    star
    1
  • Language
    TypeScript
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🍲 An efficient and robust restaurant management system built with NestJS, empowering restaurants to streamline operations, manage menus, process orders, and generate invoices effortlessly.

Description

With NestJS, this is a RESTful-api for a restaurant management system. It allows restaurant owners and staff to manage menus, dishes, clients and their orders and invoices.

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

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Seeder

# seed the database
$ npm run seed

# reset and seed the database with seed
$ npm run seed:reset

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.