Skip to content

HomiCode/HomiCommerce

Repository files navigation

🛒 HomiCommerce

E-Commerce WebApp w/ FastAPI

Features

  • Create Account, Sign In
  • JWT Authentication
  • Upload Files
  • Email Verification

Install

Clone The Repository and:

  • First, Install requirements.txt
pip install -r requirements.txt
  • Then, Create .env file and enter this code:
EMAIL = 'Y-email'
PASS = 'Y-Password'
SECRET = 'Y-Secret Key'
  • Run Your Server
uvicorn main:app --reload
  • Go to http://127.0.0.1:8000/docs

Free Software, Enjoy it❤️