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
- Host: GitHub
- URL: https://github.com/odakris/wiki
- Owner: odakris
- Created: 2023-11-13T12:00:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T15:26:35.000Z (about 2 years ago)
- Last Synced: 2025-10-09T18:09:54.581Z (9 months ago)
- Topics: bootstrap, django, python
- Language: Python
- Homepage: https://odakris-wiki.vercel.app/
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS50w - Wiki





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/)**