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

https://github.com/christiancazu/restaurant-delivery

Restaurant-Delivery APP - Nestjs ~ GraphQL & Vue ~ Quasar apollo
https://github.com/christiancazu/restaurant-delivery

apollo-client composition-api graphql leaftlet nestjs quasar-framework typeorm typescript vue-apollo vue-leaflet vue2-leaflet vuejs

Last synced: about 1 month ago
JSON representation

Restaurant-Delivery APP - Nestjs ~ GraphQL & Vue ~ Quasar apollo

Awesome Lists containing this project

README

        


Nest Logo

RESTAURANT DELIVERY BACKEND

## Description

Restaurant Delivery Backend Project

## Installation

```bash
$ yarn
```

## Migration

```bash
# watch mode
$ yarn start:dev

# generate migration
$ yarn migration:generate {name}

# rum migration
$ yarn migration:run

# rum seeders
$ yarn seed:run
```
## Running the app

```bash
# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod
```