Skip to content

A Django-based encyclopedia project inspired by CS50’s Wiki assignment. Users can browse, search, and edit articles in Markdown format.

Notifications You must be signed in to change notification settings

Muaz2004/cs50-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS50 Wiki Project

Short description: A Django-based encyclopedia project inspired by CS50’s Wiki assignment. Users can browse, search, and edit articles in Markdown format.

Features

  • View all entries
  • Search for articles
  • Create new articles
  • Edit existing articles
  • Convert Markdown to HTML

Tech Stack

  • Python, Django, SQLite, HTML, CSS

How to Run

  1. 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

About

A Django-based encyclopedia project inspired by CS50’s Wiki assignment. Users can browse, search, and edit articles in Markdown format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published