This project is a full-stack website for managing and displaying information about the Google Developer Group (GDG) club @ NYU. The platform is built using React for the front end and Flask for the back end. It serves as a hub for club details, events, and resources.
✅ Club Information Hub – A centralized platform for club-related details.
✅ Events Management – Display upcoming GDG events and activities.
✅ About Page – Learn about the club’s mission, leadership, and initiatives.
✅ Collab Program – Information on technical training, workshops, and mentorship programs.
🔹 Frontend: React (JavaScript, HTML, CSS, SCSS)
🔹 Backend: Flask (Python)
🔹 Version Control: Git & GitHub
Ensure you have the following installed:
-
Node.js & npm (for React)
-
Python & pip (for Flask)
-
Git
git clone https://github.com/BAMOEQ/GDG_Website
cd backend
pip install -r requirements.txt
flask run
cd frontend
npm install
npm start