Sellit
, I hope one day would be something every store owner, individual, marketers, promoters would chew in the mouth everyday... lol
This is the v1
backend of the sellit project built with `python_django_rest_framework
-
clone the repository or download as zip file.
-
cd into the repo like
cd repo-name
-
run:
pip install -r requirements.txt
./manage.py runserver # to start the server usually on port 8009
- Launch your postman or any other rest api client.
Available endpoints: BASE_URL = "/api/v1"
endpoint | supported methods |
---|---|
/token | POST |
/token-refresh | POST |
/create-account | POST |
/profile | GET,POST,PUT,PATCH |
/store | GET,POST,PUT,PATCH |
/items | GET,POST,PUT,PATCH |
/promotions | GET,POST,PUT,PATCH |
postman collection might be added in later updates.