Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 783 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 783 Bytes

Crypto Tracker

Crypto Tracker

Стек

  • FastAPI + pydantic, pydantic-settings, aiohttp
  • React + axios, ant design, tailwind

Инструкции

Backend

  • создаем вирутальное окружение python3 -m venv venv
  • активация окружения под линукс . venv/bin/activate или под windows .\venv\Scripts\activate.bat
  • зависимости pip install -r req.txt
  • запуск uvicorn src.main:app --reload (обязательно находясь внутри папки backend)

Frontend

  • npm create vite@latest
  • npm install
  • npm run dev