This django based micro service manages all location (i.e., bars, restaurants, ...) related tasks.
- Python 3
- Django
Make sure, that Python 3 and Django are installed. Run the server.
$ cd locations
$ python3 manage.py migrate
$ python3 manage.py runserver 127.0.0.1:8001
If you want to prepopulate your database with some examples, run:
$ python3 manage.py load_data
The admin panel is accessible to a superuser via /locations/admin/