https://github.com/delitamakanda/groceryapp
django backend for grocery_app_front
https://github.com/delitamakanda/groceryapp
backend django rest-api
Last synced: 10 months ago
JSON representation
django backend for grocery_app_front
- Host: GitHub
- URL: https://github.com/delitamakanda/groceryapp
- Owner: delitamakanda
- License: mit
- Created: 2021-05-24T15:02:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-23T21:17:55.000Z (11 months ago)
- Last Synced: 2025-05-23T22:26:53.684Z (11 months ago)
- Topics: backend, django, rest-api
- Language: Python
- Homepage:
- Size: 139 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Grocery App
[](https://github.com/delitamakanda/GroceryApp/actions/workflows/django.yml)
Example grocery app in Django 3
## Installation
```bash
python3 -m venv grocery
source grocery/bin/activate
python manage.py makemigrations --dry-run --verbosity 3 # test new models
```
## Usage
```bash
python manage.py makemigrations
python manage.py migrate
celery worker --app=grocery_app --loglevel=info
flower -A grocery_app --port=5555 --broker=redis://localhost:6379/0
```
```python
```
## Tests
```bash
python3 -m pytest
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)
## api
-