Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aiverreaver/food-delivery-app
Basic food delivery webapp
https://github.com/aiverreaver/food-delivery-app
django django-framework django-rest-framework food-delivery-application food-ordering semantic-ui vue vuex
Last synced: 4 months ago
JSON representation
Basic food delivery webapp
- Host: GitHub
- URL: https://github.com/aiverreaver/food-delivery-app
- Owner: AiverReaver
- Created: 2019-09-13T15:02:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T12:09:49.000Z (about 2 years ago)
- Last Synced: 2024-10-11T07:05:07.018Z (4 months ago)
- Topics: django, django-framework, django-rest-framework, food-delivery-application, food-ordering, semantic-ui, vue, vuex
- Language: Python
- Homepage:
- Size: 1.57 MB
- Stars: 38
- Watchers: 3
- Forks: 25
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# food-delivery-app
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).