Wiki is a simple Django based web application that allows users to create and edit content using markdown syntax, which is then rendered as HTML.
- Frontend: HTML
- Backend: Django
- Content Creation and Editing: Users can create and update pages using markdown syntax.
- Search Functionality: Search through existing content. If an exact match is found, the page will be displayed. If a partial match is found, relevant suggestions will be shown.
- Search for existing content.
- Add or update content using markdown syntax if necessary.
- Python 3
- Django
git clone https://github.com/YumethW/CS50WEB-Wiki.git
cd CS50WEB-Wiki
pip3 install markdown2python manage.py runserverSpecial thanks to:
- CS50W staff