Skip to content

manamnathtiwari/Studygini

 
 

Repository files navigation

Study gini app

Use our Application Instead : https://dragondev_manam_akash_bhuvan.databutton.app/study-geni

Stack

  • React+Typescript frontend with yarn as package manager.
  • Python FastAPI server with uv as package manager.

Quickstart

  1. Install dependencies:
make
  1. Start the backend and frontend servers in separate terminals:
make run-backend
make run-frontend

Gotchas

The backend server runs on port 8000 and the frontend development server runs on port 5173. The frontend Vite server proxies API requests to the backend on port 8000.

Visit http://localhost:5173 to view the application.

About

Needs api testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 86.4%
  • Python 11.5%
  • CSS 0.9%
  • JavaScript 0.8%
  • HTML 0.2%
  • Makefile 0.1%
  • Shell 0.1%