https://github.com/fblupi/restaurantator
A django webapp to store restaurants
https://github.com/fblupi/restaurantator
bootstrap django mongodb webapp
Last synced: 3 months ago
JSON representation
A django webapp to store restaurants
- Host: GitHub
- URL: https://github.com/fblupi/restaurantator
- Owner: fblupi
- License: gpl-3.0
- Created: 2017-05-31T13:13:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T15:51:59.000Z (about 9 years ago)
- Last Synced: 2025-01-30T17:44:11.314Z (over 1 year ago)
- Topics: bootstrap, django, mongodb, webapp
- Language: CSS
- Size: 763 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# restaurantator
A django webapp to store restaurants
Instructions:
```
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py runserver
```