Skip to content

cypherm0nk/web50-projects-2020-x-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"