DEPRECIATED: We have moved development to alum-challenges
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 aesteatics until the MVP is done.
- Create a community-run platform for CS50 students to create their own problem sets for extra practice
- Gamify extra practice in programming excersises.
- Expand the portfolio of CS50 alumns.
These are the steps needed to create a minimum viable product (MVP)
- Log in via OAuth
- View problems
- Use check50 to validate
- Submit50 to push solution
- See what you solved
Note: This project is an initiative of enthousiastic 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