Skip to content

faisalalisayyed/FastCart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

An e-commerce backend API built using FastAPI, featuring user authentication, product and category management, shopping cart operations, order processing, and payment integration.

About fastapi

  • FastAPI is a modern, fast (high-performance) web framework for building APIs with Python 3.7+ based on standard Python type hints.
  • It offers an easy-to-use interface with automatic interactive API documentation (Swagger and ReDoc) generated based on the endpoints and models.
  • FastAPI is built on top of Starlette for the web parts and Pydantic for the data parts, ensuring reliability, robustness, and easy data validation.

Installation

git clone https://github.com/C0DE-SLAYER/ecommerce-api-fastapi
cd ecommerce-api-fastapi

pip install -r requirement.txt

fastapi dev main.py

Demo

demo_1 demo_2 demo_3

License

MIT

About

An e-commerce backend API built using FastAPI, featuring user authentication, product and category management, shopping cart operations, order processing, and payment integration.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages