Note
If you are new, checkout the onboarding document for how to set up the environment
- Keep track of how many times our friend meets other people
- Keep track of cool events happening on campus
- Keep track of books and movies for book club and movie nights
- Keep track of how late everyone is to the 8am class
- Plan events to the city and other locations instead of spreadsheets
To install dependencies, run
pip install -e .
To run application, run
cd theCounter
flask --app main run