Skip to content

Codammy/Portfolio-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sellit backend

Sellit, I hope one day would be something every store owner, individual, marketers, promoters would chew in the mouth everyday... lol

REST FRAMEWORK

This is the v1 backend of the sellit project built with `python_django_rest_framework

HOW TO USE

  1. clone the repository or download as zip file.

  2. cd into the repo like cd repo-name

  3. run:

pip install -r requirements.txt
./manage.py runserver # to start the server usually on port 8009
  1. 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.

About

Final project at ALX SE foundations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages