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
- Host: GitHub
- URL: https://github.com/christiancazu/restaurant-delivery
- Owner: christiancazu
- Created: 2020-06-17T11:20:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T23:21:27.000Z (almost 5 years ago)
- Last Synced: 2025-04-18T07:52:02.907Z (about 2 months ago)
- Topics: apollo-client, composition-api, graphql, leaftlet, nestjs, quasar-framework, typeorm, typescript, vue-apollo, vue-leaflet, vue2-leaflet, vuejs
- Language: TypeScript
- Homepage:
- Size: 3.1 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```