Short description: A Django-based encyclopedia project inspired by CS50’s Wiki assignment. Users can browse, search, and edit articles in Markdown format.
- View all entries
- Search for articles
- Create new articles
- Edit existing articles
- Convert Markdown to HTML
- Python, Django, SQLite, HTML, CSS
- Install dependencies:
pip install -r requirements.txt
Apply migrations:
python manage.py migrate
Run server:
python manage.py runserver
Open browser at http://localhost:8000