Skip to content
/ wiki Public

Wiki is a Wikipedia-like encyclopedia, where users can create and edit articles using Markdown syntax

Notifications You must be signed in to change notification settings

fredmheir/wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiki Encyclopedia

Project Description

  • 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

Demo

https://youtu.be/PBiqXvihuEo

How is it made?

  • Developed with Python 3, using the Django framework
  • Content is converted from Markdown syntax to HTML
  • Pages are rendered in HTML and CSS

Project Setup

Installing Required Modules
pip3 install Django
pip3 install markdown2
Running the Server
python3 manage.py runserver

About

Wiki is a Wikipedia-like encyclopedia, where users can create and edit articles using Markdown syntax

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published