A modern, full-stack dashboard application with real-time capabilities
A full-stack web application with FastAPI backend and SvelteKit frontend.
This dashboard allows you to manage data, visualize metrics, and interact with APIs in real-time.
Backend: FastAPI, Pydantic, SQLAlchemy, PostgreSQL
Frontend: SvelteKit, TailwindCSS
Authentication: JWT / OAuth (optional)
Deployment: Docker / Uvicorn / Nginx
git clone https://github.com/mailmug/byto-dash.git
cd byto-dash
python3 -m venv .venv
source .venv/bin/activate
uv sync
Edit the .env file to update PostgreSQL credentials
uvicorn main:app --reload
cd byto-dash/frontend
npm install
npm run dev
I am ready for projects. Feel free to PM: info@mailmug.net