Skip to content

Marruk/bodbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bot bod pot

Lekker computeren

Frontend

cd frontend
npm install
npm run dev

Runs at http://localhost:5173

Backend

cd backend
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload

API runs at http://localhost:8000 — e.g. GET /rider/tadej-pogacar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors