An e-commerce website where customers can grow their own happiness…by buying succulents and other small potted plants from our 10 page website!
Team 21: COMP-3340 Final Project
Vaishnavi Ahluwalia
Calder Johnson
Cecelia Nydam
Kelly Owenya
- install python and mongodb
- run pip install fastapi and pip install pymongo
- run dbscript.py, this will initialize the database and fill it with data
- to run the app, cd into the src directory and run uvicorn api:app --reload
- this will also auto reload the app whenever you make a change