alum challenges
1.0.0
A web application for and by alumns of Harvard University's CS50 Introduction to Computer Science.
The title is not yet official. We don't need to worry about aesthetics until the MVP is done.
These are the steps needed to create a minimum viable product (MVP)
Note: This project is an initiative of enthusiastic CS50 alums. This project is not part of or endorsed by CS50, HarvardX or Harvard University. The entire project is unofficial.
pipenv sync
pipenv run server
# migrating
pipenv run makemigrations
pipenv run migrate
# syncing changes to problems repo
pipenv run sync_problems# execute this command to check your problem where <problem> stands for its name
check50 typicallythomas/AlumChallenges/main/problem_tests/<problem>