A eCommerce website for students!
-
open project in terminal.
-
create virtaul environment using:
python -m venv env
-
install dependencies using:
pip install -r ./requirements.txt
-
goto
./api
usingcd ./api
-
start API using
uvicorn main:app --reload
NOTE: Do not close the terminal else API will stop.
-
Open another terminal window.
-
Install the dependencies using:
npm i
-
start development server using:
npm start
- Python
- FastAPI
- TinyDB
- uvicorn
- JavaScript
- React.js
- Chakra UI
- PocketBase