Design a front-end for an email client that makes API calls to send and receive emails.
All requirements can be viewed here: https://cs50.harvard.edu/web/2020/projects/3/mail/
Live version can be viewed here: http://slepysledz.pythonanywhere.com/
To set up this project on your computer:
- Download this project
gti clone https://github.com/JSerwatka/CS50-Mail.git
- Install all necessary dependencies
pip install -r requirements.txt
- Make migrations
python manage.py makemigrations
- Migrate
python manage.py migrate
Special thanks to Brian and the entire CS50 team for making learning easy, engaging, and free.