An e-commerce backend API built using FastAPI, featuring user authentication, product and category management, shopping cart operations, order processing, and payment integration.
- 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.
git clone https://github.com/C0DE-SLAYER/ecommerce-api-fastapi
cd ecommerce-api-fastapi
pip install -r requirement.txt
fastapi dev main.py