Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Student Analytics

Full-stack student analytics project with a FastAPI backend and a React frontend powered by Vite.

Project structure

  • backend/ contains the Python 3.12 FastAPI service.
  • frontend/ contains the JavaScript React/Vite application.

Start the backend

backend/.venv/bin/uvicorn app.main:app --app-dir backend --reload

The backend runs at http://127.0.0.1:8000 and provides interactive API documentation at /docs.

Start the frontend

cd frontend
npm install
npm run dev

The application is intentionally minimal and ready for future database, authentication, analytics, and UI work.

About

Students Analytics Dashboard

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages