https://github.com/prabin-acharya/wiki
Wikipedia-like online encyclopedia where you can view entries on various topics, edit an entry, add a new entry, search for an entry...
https://github.com/prabin-acharya/wiki
Last synced: about 2 months ago
JSON representation
Wikipedia-like online encyclopedia where you can view entries on various topics, edit an entry, add a new entry, search for an entry...
- Host: GitHub
- URL: https://github.com/prabin-acharya/wiki
- Owner: prabin-acharya
- Created: 2021-05-21T15:22:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T10:19:44.000Z (about 2 years ago)
- Last Synced: 2025-02-09T19:43:35.027Z (3 months ago)
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wiki
Wikipedia-like online encyclopedia.### Project Aims:
The aim of this project was to build a Wikipedia-like online encyclopedia using the Python Django framework. Users can view available article entries, as well as search for entries on the site. New entries can be created by users, and existing entries can be edited. There is also a 'random page' function that selects and displays a page of the encyclopedia at random.Search allows the user to type a query into the search box in the sidebar to search for an encyclopedia entry if the query matches the name of an encyclopedia entry, the user is redirected to that entry’s page else the user is instead taken to a search results page that displays a list of all encyclopedia entries that have the query as a substring.
### Technologies:
* Back-end:
* Python
* Django* Front-end:
* HTML (with Django templating)
* CSS (with some Bootstrap Components)