AndrzejSzelag / mail

A front-end for an email client that makes API calls to send and receive emails

Home Page:https://github.com/AndrzejSzelag/mail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mail

📘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.

_pic0.java

_pic1.java

_pic2.java

_pic3.java

_pic4.java

_pic5.java

Specification

🚀 https://cs50.harvard.edu/web/2020/projects/3/mail/

Video

🚀 Mail project on YouTube

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

About

A front-end for an email client that makes API calls to send and receive emails

https://github.com/AndrzejSzelag/mail


Languages

Language:Python 49.5%Language:JavaScript 28.5%Language:HTML 21.3%Language:CSS 0.8%