Skip to content
This repository has been archived by the owner on Feb 12, 2020. It is now read-only.
/ locations Public archive

Locations service for the ordered.online application

Notifications You must be signed in to change notification settings

ordered-online/locations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ordered online locations service

This django based micro service manages all location (i.e., bars, restaurants, ...) related tasks.

Technology Stack

  • Python 3
  • Django

Quickstart

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

Admin panel

The admin panel is accessible to a superuser via /locations/admin/

About

Locations service for the ordered.online application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published