Skip to content

Tarctic/cs50w

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs50w

CS50's Web Programming with Python and JavaScript Projects

Project 0: Search

Project 1: Wiki

Project 2: Commerce

Project 3: Mail

Project 4: Network

Project 5: Escape


How to run these projects on your computer:

Project 0:
Just download the code and open any one of the html files (advanced, googlebasic or image).

Project 1-5:

  • Make sure you have django (4.0 or above) and python (3 or above) installed on your computer (or venv)
  • Download the code
  • Open Command Prompt and change directory to the project directory where manage.py file lies
  • On Command Prompt, run python manage.py makemigrations, then python manage.py migrate
  • Then run python manage.py runserver
  • In a new browser, go to https://127.0.0.1:8000
  • Enjoy!

About

CS50's Web Programming with Python and JavaScript Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published