Collaborative knowledge platform where users can create and edit wiki articles on various topics.
WikiSite is a collaborative knowledge platform built using Django and Bootstrap. It allows users to create and edit wiki articles on various topics. With features such as article creation, editing, and search functionality, CS50W WikiSite provides a seamless experience for both creators and consumers of knowledge.
- Article Creation: Users can create new wiki articles on topics of their choice.
- Article Editing: Users can edit existing wiki articles to update or improve content.
- Search Functionality: Users can search for specific articles using keywords.
- Django and Bootstrap: Built with Django, a high-level Python web framework, and styled with Bootstrap for a clean and responsive design.
- No User Authentication: The site does not require user authentication for viewing or editing articles.
- Clone the repository to your local machine.
- Set up a virtual environment and install dependencies using
pip install -r requirements.txt
. - Run migrations to create database tables using
python manage.py migrate
. - Start the development server using
python manage.py runserver
. - Access the site in your web browser at
http://localhost:8000
.