You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After cloning this repository don't forget to give it *!
To run code just create and activate your virtual environment
Then install requirement libraries from requirements.txt file wia
pip install -r requirements.txt
Create .env file and input there your sensitive data
Don't forget to create in project root static directory with images directory inside it to upload images there.
And then to run your code use:
uvicorn mani:app
or
uvicorn main:app --reload
to use autorestart after changing code
To look through this app please visit
localhos:8000/docs
About
Eshop project built with FastAPI framework. Project includes user registration with email verification, authentication, images uploading, and CRUD functionality. Also added CORS.