dangnam739 / wiki

Project 1 of CS50's Web Programming with Python and Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wiki

forthebadge

This is Project 1 of CS50's Web Programming with Python and Javascript Course

Task: Design a Wikipedia-like online encyclopedia.
This project was made by Django

Requirements to run wiki

  • Install python and pip.

  • Then, install Django and markdown2

python -m pip install Django

pip3 install markdown2
  • In terminal, runserver:
python manage.py runserver

Result such as: wiki image

About

Project 1 of CS50's Web Programming with Python and Javascript


Languages

Language:Python 62.2%Language:CSS 20.4%Language:HTML 17.4%