This is a blog website built with Django and Tailwind CSS. It allows the admin to add articles and group them into categories.
Before getting started, make sure you have the following installed:
- Python 3.x
- Django
- Tailwind CSS
-
Clone the repository:
git clone https://github.com/snipher-marube/blogwebsite.git
-
Navigate to the project directory:
cd blogwebsite -
Install the required dependencies:
pip install -r requirements.txt
-
Apply database migrations:
python manage.py migrate
-
Start the development server:
python manage.py runserver
-
Open your web browser and visit
http://127.0.0.1:8000to see the blog website.
-
To add articles, log in as an admin and navigate to the admin panel (
http://127.0.0.1:8000/admin). From there, you can create new articles and assign them to categories. -
To view the blog website, simply visit the homepage (
http://127.0.0.1:8000) and browse through the articles.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.