Skip to content

Gmail-like web application. Project #3 from Harvard's CS50's "Web Programming with Python and JavaScript" 2020.

License

Notifications You must be signed in to change notification settings

mmanchev23/mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open in Visual Studio Code MIT license

Mail - CS50's Project #4

Gmail-like web application. Project #4 from CS50's "Web Programming with Python and JavaScript".

Technologies

  • Programming Languages - HTML 5, CSS 3, Javascript and Python 3
    HTML5 CSS3 JavaScript Python 3
  • Framework - Django
    Django
  • Database - SQLite 3
    SQLite
  • Version Controll Systems - Git and Github
    Git GitHub
  • IDE - Visual Studio Code
    Visual Studio Code

How to start the project locally?

  1. Install Python
  2. Open the folder with the project inside and run the following commands in a virtual environment:
    1. pip install -r requirements.txt
    2. python manage.py makemigrations
    3. python manage.py migrate
    4. python manage.py runserver

Files & Directories

  • inbox - inbox application directory
  • mail - main project directory
  • .gitignore - git ignore file
  • LICENSE - license file
  • manage.py - startup file
  • requirements.txt - required packages file

About

Gmail-like web application. Project #3 from Harvard's CS50's "Web Programming with Python and JavaScript" 2020.

Topics

Resources

License

Stars

Watchers

Forks