Skip to content

PronabSarker06/study-buddy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git clone … study-buddy cd study-buddy

1 Bridge (writes to Firestore)

cd bridge source .venv/bin/activate # or activate however you prefer pip install -r requirements.txt python serial_to_firestore.py # (or add MOCK_SERIAL=1 to .env to fake data)

2 Frontend (reads from Firestore)

cd ../frontend cp .env.local.example .env.local

← paste in your six NEXT_PUBLIC_… values here

npm install npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.4%
  • Assembly 2.3%
  • CMake 2.1%
  • C 1.3%
  • Linker Script 0.3%
  • C++ 0.3%
  • Other 0.3%