This project is a simple wiki clone built using the Django framework and SQLite database.
- Create and edit wiki entries using Markdown.
- Entries are automatically converted from Markdown to HTML for display.
-
Clone the repository: git clone https://github.com/SBMOYO/wiki.git
-
Navigate to the project directory: cd wiki
-
Install the required packages: pip install -r requirements.txt
-
Run the migrations: python manage.py migrate
-
Start the server: python manage.py runserver
Now, you can navigate to localhost:8000
in your browser to see the application in action.
To create a new wiki entry, navigate to the /new%20page
route and enter your content in Markdown format. When you save the entry, it will be stored in the database and displayed in HTML format.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under a free License.