/web50-projects-2020-x-wiki

CS50W - Wiki (2020)

Primary LanguagePythonApache License 2.0Apache-2.0

Encyclopedia

Project 1 from Edx | Harvard CS50 Course

Specification

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

Requirements to run the code

  • Install python and pip.

  • After pip was installed, run

    python -m pip install Django
    
    pip3 install markdown2
    
  • In the root folder, execute

    python manage.py runserver"