Skip to content

huln24/Wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiki

CS50 Web Programming: Project1

A Wikipedia-like online encyclopedia.

Table of contents

Features

  • Search for encyclopedia entry

    • If query matches the name of an entry, user is reirected to that entry's page

    • If query doesn't match the name of an entry, display list of entry names that contains the query as substring

  • Create new encyclopedia entry

  • Edit encyclopedia entry's content

    • Modify Markown content of an entry
  • Random Page generator

Technologies

Project is created with:

  • Python
  • Django
  • HTML5
  • CSS

Requirements

Django

Install Django

pip3 install Django

Create Django project

django-admin startproject PROJECT_NAME

Markdown

Markdown to HTML

Install package

pip3 install markdown2

How to use

To host website locally

python manage.py runserver

About

A Wikipedia-like online encyclopedia

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published