Skip to content

Oluwaseun-bit-ui/Ecommerce_App_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My E-commerce project

This is a backend e-commerce system built using Django.

Features

  • User authentication (login & registration)
  • Product and category management
  • REST API endpoints

Tech Stack

  • Python
  • Django
  • SQLite

How to Run

python3 manage.py makemigrations python3 manage.py migrate

python3 manage.py runserver

  1. Register a new user

Method: POST

URL: http://127.0.0.1:8000/api/accounts/register/

Headers:

key: Content-Type value: application/json #kind of data

Body (raw JSON):

{ "username": "techwithsean1234", "email": "techwithsean12@example.com", "password": "Password455" }

  1. Login user

Method: POST

URL: http://127.0.0.1:8000/api/accounts/login/

Headers: key: Content-Type value: application/json

Body (raw JSON):

{ "username": "techwithsean1234", "password": "Password455" }

About

Starting a big vision

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages