Skip to content

AndrzejSzelag/encyclopedia

Repository files navigation

Encyclopedia

📘 Project 1 from Edx | Harvard CS50's Web Programming with Python and JavaScript Course

✒️ Design a Wikipedia-like online encyclopedia.

wiki1.java wiki2.java wiki3.java wiki4.java wiki5.java

Specification

🚀 https://cs50.harvard.edu/web/2020/projects/1/wiki/

Video

🚀 https://youtu.be/sVDdQjUeHkg

Requirements

  • Python 3.11.1
  • Django 4.1.4
  • markdown2 2.4.10
  • django-markdownify 0.9.0

TIP: If you have a requirements.txt file type this command: python -m pip install -r requirements.txt

How to run?

  1. Go to the directory which contains "manage.py" file
  2. Then type this command: python manage.py runserver
  3. In your Web browser use a URL: http://127.0.0.1:8000/