Skip to content

YumethW/CS50WEB-Wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiki: A mini Django project for editing and creating HTML using markdown

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.

Tech Stack

  • Frontend: HTML
  • Backend: Django

Key Features

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

How It Works

  1. Search for existing content.
  2. Add or update content using markdown syntax if necessary.

Getting Started

Prerequisites

  • Python 3
  • Django

Installation

git clone https://github.com/YumethW/CS50WEB-Wiki.git
cd CS50WEB-Wiki
pip3 install markdown2

Run the Application

python manage.py runserver

Acknowledgments

Special thanks to:

  • CS50W staff

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors