https://github.com/belchenkov/nestjs-uber-eats-clone
Build User Clone on Nest.js 3 Dashboards - Restaurant, Delivery and User. User's order will be delivered to restaurants and delivery in real time and users will be able to see the progress in real time as well with google map, and payment module built for restaurants' advertisement.
https://github.com/belchenkov/nestjs-uber-eats-clone
Last synced: 11 months ago
JSON representation
Build User Clone on Nest.js 3 Dashboards - Restaurant, Delivery and User. User's order will be delivered to restaurants and delivery in real time and users will be able to see the progress in real time as well with google map, and payment module built for restaurants' advertisement.
- Host: GitHub
- URL: https://github.com/belchenkov/nestjs-uber-eats-clone
- Owner: Belchenkov
- Created: 2020-11-20T12:33:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-29T17:54:58.000Z (almost 5 years ago)
- Last Synced: 2025-01-05T07:24:14.788Z (about 1 year ago)
- Language: TypeScript
- Size: 137 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User Clone Nest.js
> Build User Clone on Nest.js 3 Dashboards - Restaurant, Delivery and User. User's order will be delivered to restaurants and delivery in real time and users will be able to see the progress in real time as well with google map, and payment module built for restaurants' advertisement.
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Test
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```
## License
Nest is [MIT licensed](LICENSE).