An open API service indexing awesome lists of open source software.

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.

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).