Skip to content

Thedand/crypto-coin-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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