Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedadelfahim/restaurant-management-system
https://github.com/ahmedadelfahim/restaurant-management-system
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmedadelfahim/restaurant-management-system
- Owner: AhmedAdelFahim
- Created: 2024-08-10T15:50:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T16:05:38.000Z (3 months ago)
- Last Synced: 2024-08-14T07:49:15.189Z (3 months ago)
- Language: TypeScript
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant Management System
## Run the app without docker```bash
$ npm i
$ cp .env.sample .env # set your variable in env
$ npm run seed:dev
$ npm run start
# you can use postman file in repo to test app
```
## Run the app with docker```bash
$ docker-compose up --build
$ docker-compose exec restaurant_app npm run seed
# you can use postman file in repo to test app
```
## Built with
* [unified-errors-handler](https://github.com/AhmedAdelFahim/unified-errors-handler) (my own package to handle errors you can check it)
* nestjs
* mongoDB
* redis