Online encyclopedia
As part of CS50's Web Programming with Python and JavaScript Projects
YouTube | Project Specification
Implements:
- Search
- Create page
- Edit page
- Get random page
- Markdown
Uses:
- Django
- HTML
- CSS
- Python
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!