Skip to content

zodman/simple-api-orders

Repository files navigation

List orders and products in 2.5 hrs

Django CI

Coverage Status

Install

cd simple-api-orders
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser admin
python manage.py runserver

go to http://localhost:8000/api/

Run test:

source .env/bin/activate
fab test

deploy:

fab deploy -H zodman@python3.ninja

Administration (internal)

http://localhost:8000/admin

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages