https://github.com/andrzejszelag/mail
A front-end for an email client that makes API calls to send and receive emails
https://github.com/andrzejszelag/mail
bootstrap4 django-framework javascript python3 sqlite3
Last synced: 3 months ago
JSON representation
A front-end for an email client that makes API calls to send and receive emails
- Host: GitHub
- URL: https://github.com/andrzejszelag/mail
- Owner: AndrzejSzelag
- Created: 2022-12-15T07:55:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T06:37:19.000Z (over 1 year ago)
- Last Synced: 2025-01-21T12:47:10.582Z (5 months ago)
- Topics: bootstrap4, django-framework, javascript, python3, sqlite3
- Language: Python
- Homepage: https://github.com/AndrzejSzelag/mail
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### 📘Project 3 from Edx | Harvard CS50's Web Programming with Python and JavaScript Course
✒️ Design a front-end for an email client that makes API calls to send and receive emails.






## Specification
🚀 https://cs50.harvard.edu/web/2020/projects/3/mail/## Video
🚀 [Mail project on YouTube](https://youtu.be/FQLo7GbbeNk)
### Requirements
* 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__
* ### How to run?
1. Go to the directory which contains "__manage.py__" file
2. Then type this command: __python manage.py runserver__
3. In your Web browser use a URL: __http://127.0.0.1:8000/__ or __http://127.0.0.1:8000/login__