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

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

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
```