Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 412 Bytes

readme.md

File metadata and controls

23 lines (17 loc) · 412 Bytes

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"