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
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
, thenpython manage.py migrate
- Then run
python manage.py runserver
- In a new browser, go to https://127.0.0.1:8000
- Enjoy!