Skip to content

A multi-currency online ordering system in which administrators can add products and users can order them based on the selected currency.

Notifications You must be signed in to change notification settings

petersobhi/order-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

order-system

Start the project:

  1. docker-compose up
  2. Database migration: docker-compose run server python manage.py migrate

API Docs:

Run tests:

docker-compose run server python manage.py test

Check code coverage:

docker-compose run server bash -c "coverage run manage.py test; coverage report"

About

A multi-currency online ordering system in which administrators can add products and users can order them based on the selected currency.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published