https://github.com/andrzejszelag/encyclopedia
A Wikipedia-like online encyclopedia
https://github.com/andrzejszelag/encyclopedia
bootstrap4 django-rest-framework markdown2 pytnon3
Last synced: 3 months ago
JSON representation
A Wikipedia-like online encyclopedia
- Host: GitHub
- URL: https://github.com/andrzejszelag/encyclopedia
- Owner: AndrzejSzelag
- Created: 2023-10-27T05:51:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-27T06:30:41.000Z (over 1 year ago)
- Last Synced: 2025-01-21T12:47:11.276Z (5 months ago)
- Topics: bootstrap4, django-rest-framework, markdown2, pytnon3
- Language: Python
- Homepage: https://github.com/AndrzejSzelag/encyclopedia
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Encyclopedia
#### 📘 Project 1 from Edx | Harvard CS50's Web Programming with Python and JavaScript Course
✒️ Design a Wikipedia-like online encyclopedia.



## Specification
🚀 https://cs50.harvard.edu/web/2020/projects/1/wiki/## Video
🚀 https://youtu.be/sVDdQjUeHkg### Requirements
* Python 3.11.1
* Django 4.1.4
* markdown2 2.4.10
* django-markdownify 0.9.0__TIP__: If you have a _requirements.txt_ file type this command: __python -m pip install -r requirements.txt__
### How to run?
1. Go to the directory which contains "__manage.py__" file
2. Then type this command: __python manage.py runserver__
3. In your Web browser use a URL: __http://127.0.0.1:8000/__