A collaborative study group platform for college students. Created as part of the Hackathon by Team Green-Loop.
- As a student, I can create or join study groups by topic.
- As a group member, I can post questions, resources, and meeting times.
- As a user, I can track which resources I’ve reviewed.
Frontend: React (JavaScript, HTML, CSS) Backend: FastAPI (Python)
- Jackson —
@Wayloe
: Developer - Tiffany —
@Itnerd
: Team Lead/Developer - Abraham —
@abego2018
: Developer
- Jamike —
@bro9872
/@johno
:Senior Developer
git clone https://github.com/your-org/studycircle.git
cd studycircle/backend
python database.py
This will run SQL commands to create the required tables.
⚠️ You only need to do this once after cloning or resetting your environment.
fastapi dev main.py
main.py
is the entry point of the backend application.
🎉 That’s it! Your backend is now running locally.