Skip to content

Muaz2004/Mail-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS50 Mail Project

Short description: A web-based email client built with Django, inspired by CS50’s Mail assignment.

Features

  • Compose and send emails to other users
  • Inbox, Sent, and Archived mailboxes
  • View individual emails and reply
  • Archive/unarchive emails
  • Mark emails as read/unread

Tech Stack

  • Python, Django, SQLite, HTML, CSS, JavaScript

How to Run

  1. Install dependencies:
    pip install -r requirements.txt
    

Apply migrations:

python manage.py migrate

Create a superuser (optional):

python manage.py createsuperuser

Run server:

python manage.py runserver

Open browser at http://localhost:8000

About

A web-based email client built with Django, inspired by CS50’s Mail assignment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published