A small pet project aimed at learning the basics of FastAPI, SQLAlchemy, and Alembic.
Feel free to comment and leave helpful advice on improvements or fixes.
git clone https://github.com/SuperB1aze/cryptoweb-project.git
cd cryptoweb-projectpython -m venv venvpython3 -m venv venv.\venv\Scripts\activatesource venv/bin/activatepip install -r requirements.txtpython main.pypython3 main.py