Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 529 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 529 Bytes

Wiki

This is a Wikipedia-like online encyclopedia

It renders entries in Markdown format into HTML before displaying to the user, so that the HTML content is displayed to the user.

To run the application locally:

  • navigate to the directory with the manage.py file
  • pip install -r requirements.txt
  • python(3) manage.py runserver

A demo video of the working project can be found here!

The live website has been deployed here!