Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 516 Bytes

File metadata and controls

32 lines (25 loc) · 516 Bytes

🛒 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❤️