Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 641 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 641 Bytes

Mail-System

Web Application that simulates an entire email system. made using Django, HTMl, CSS & Vanilla JavaScript

Requirements

• Python 3.9  
• Django

Simple step-by-step tutorial

  1. In terminal, run the app by typing 'python3 manage.py runserver'
  2. Click on the local link generated in the terminal
  3. Create an email account e.g. 'me@hello.com'
  4. Send emails to anyone that has signed up!

Features

inbox

  1. Mailboxes • Inbox
    • Sent • Archived

compose 2. Composing new mail

archive

  1. Archiving & Replying

Credits

CS50 team