- Wiki is a Wikipedia-like encyclopedia, where users can create and edit articles using Markdown syntax
- Users can search for pages, either using the index or the search bar
- The random page feature to allows access to a random page
- Developed with Python 3, using the Django framework
- Content is converted from Markdown syntax to HTML
- Pages are rendered in HTML and CSS
pip3 install Django
pip3 install markdown2
python3 manage.py runserver