Hello U of T folks! 🌟 UofTBuzz is a digital bulletin board designed especially for our community. It's a space where both event organizers and students can post and discover upcoming events with ease. Event hosts can share all the essential details, making it simpler for attendees to find and join. Say goodbye to the old-school method of physically pinning flyers and enjoy a centralized platform for all our campus happenings.
- Make sure you have Node.js installed
- Create your own virtual environment & install requirements from requirements.txt
- To start the frontend, navigate to
react-frontend
and runnpm start
- To start the backend, navigate to
flask-api
and runflask run
Unit tests can be found in flask-api/test/app_test.py
To run the unit tests, navigate to flask-api
and run python -m pytest
- To run the app locally, add a proxy to the frontend package.json file to point to the backend server
- example:
"proxy": "http://localhost:5000"
- example:
- Add
IMAGES
folder toflask-api
directory
Please read the contribution guidelines here.