Skip to content

📩 Project 3 of "Harvard CS50’s Web Programming with Python and JavaScript"

License

Notifications You must be signed in to change notification settings

kazimovzaman2/CS50w-Mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS50W Project 3 - Mail

Status: completed and submitted (Pass)

Description

Setup

Python and Git must be installed on your computer.
Creating a virtual environment is optional, but it is usually better to do so if you know how. Clone this repository

git clone https://github.com/kazimovzaman2/CS50w-Mail.git
cd cs50w_mail

Install any required dependencies

pip install -r requirements.txt

Initialize the database

python manage.py makemigrations mail
python manage.py migrate

Run the development server

python manage.py runserver

Demo

Note on academic honesty

If you're taking CS50W, either through Harvard Extension School, Harvard Summer School or OpenCourseWare, please do not blindly copy paste my code. You are putting yourself at a huge risk for getting excluded from the course by the staff themselves as they grade each project thoroughly. This is a course offered by Harvard, and you will be put up to their standard.

About

📩 Project 3 of "Harvard CS50’s Web Programming with Python and JavaScript"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published