✒️ Design a front-end for an email client that makes API calls to send and receive emails.
🚀 https://cs50.harvard.edu/web/2020/projects/3/mail/
- Python 3.11.1
- Django 4.1.4
TIP: If you have a requirements.txt file type this command: python -m pip install -r requirements.txt
- Go to the directory which contains "manage.py" file
- Then type this command: python manage.py runserver
- In your Web browser use a URL: http://127.0.0.1:8000/ or http://127.0.0.1:8000/login