E-Mart Backend Application - eBay-Like

Python Version FastAPI Version PostgreSQL Version Redis Version Pytest Version Pytest-cov Version Pydantic Version SQLAlchemy Version Pydantic-Email Version Pydantic-Password-Strength Version

Overview

This is the backend application for an e-commerce platform designed to function similarly to eBay...

Features

Installation

  1. Clone the repository:
  2. git clone "link to github repo"
  3. Install dependencies:
  4. cd e-mart-backend && pip install -r requirements.txt
  5. Configure environment variables:
  6. Run the application:
  7. python3 main.py
  8. Access the API documentation:
  9. Open your browser and navigate Here

API Endpoints

Explore the API documentation for detailed information on available endpoints, request payloads, and responses.

Contributing

Contributions are welcome! Please follow the contribution guidelines to contribute to the development of the project.

License

This project is licensed under the MIT License.