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

Product service for the ordered.online application

Notifications You must be signed in to change notification settings

ordered-online/products

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ordered online products service

This django based micro service provides an API to obtain products from locations.

Technology Stack

  • Python 3
  • Django

Quickstart

$ python3 -m pip install -r requirements.txt

Run the server in development mode.

$ cd codes
$ python3 manage.py migrate
$ python3 manage.py runserver 127.0.0.1:8002

Note that verification based endpoints need the locations and the verification service to run.

Admin panel

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

About

Product service for the ordered.online application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published