An open API service indexing awesome lists of open source software.

https://github.com/odakris/wiki

Wikipedia-like online encyclopedia
https://github.com/odakris/wiki

bootstrap django python

Last synced: about 2 months ago
JSON representation

Wikipedia-like online encyclopedia

Awesome Lists containing this project

README

          

# CS50w - Wiki

![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
![Django](https://img.shields.io/badge/django-%23092E20.svg?style=for-the-badge&logo=django&logoColor=white)
![Bootstrap](https://img.shields.io/badge/bootstrap-%238511FA.svg?style=for-the-badge&logo=bootstrap&logoColor=white)

Video demo of **[Wiki](https://www.youtube.com/watch?v=r_xjyXFOg5k)**

LIVE demo of **[Wiki](https://odakris-wiki.vercel.app/)**

## Description

This is a Wikipedia-like online encyclopedia. Instructions for completing this project can be found at https://cs50.harvard.edu/web/2020/projects/1/wiki/

This project is part of the **[CS50’s Web Programming with Python and JavaScript](https://cs50.harvard.edu/web/2020/)**.

### HOMEPAGE



### INDEX



### CREATE



## Instructions

Install [Python](https://www.python.org/downloads/), then you can install [Django](https://docs.djangoproject.com/en/4.2/topics/install/) :

```
python -m pip install Django
```

Install [python-markdown2](https://github.com/trentm/python-markdown2) :

```
pip3 install markdown2
```

Clone this repository and launch Wiki web app with :

```
python manage.py runserver
```

## Credit

**[CS50w](https://pll.harvard.edu/course/cs50s-web-programming-python-and-javascript)**

**[David J. Malan](https://cs.harvard.edu/malan/)**

**[Brian Yu](https://brianyu.me/)**

**[Doug Lloyd](https://hls.harvard.edu/doug-lloyd/)**