Backend for an e-commerce website, based on FastAPI + MongoDB
Start by:
git clone https://github.com/AndreMPCosta/backend-ecommerce.git
cd backend-ecommerce
Following with:
pip install pipenv
pipenv install
Change the MongoDB credentials (database.py) and the API Keys (Stripe, MailJet for example), domain info (config.py) to yours and run:
pipenv run python app.py