Welcome to the Awesome Blog Project! This project is built with Django and provides a platform for users to create, manage, and share their blog posts.
The Awesome Blog Project is a blog application designed to facilitate the creation, management, and sharing of blog posts. It offers a user-friendly interface for users to interact with the platform seamlessly.
- Backend: Django
- Frontend: HTML, CSS,JS
- Database: SQLite(Django)
- admin-panel: react/typescript(react-admin)
Activity-ERD-C4-Sequence-State Diagrams by mermaid and generate AI UML
The database system was designed with SQLite Studio software. You can download the executable file for SQLite Studio here.
Follow these simple steps to set up and run the project smoothly:
-
Install Dependencies: Start by installing all the necessary libraries using the following command:
pip install -r requirements.txt
-
Download Node.js: Navigate to your browser and download Node.js.
-
Install Node Modules: Next, navigate to the
shop-admin
directory and enter the following command:npm i
-
Run the Application: To run the application, navigate to the project's root directory and enter the following command:
python manage.py runserver
-
Launch Admin Panel: Then, to launch the admin panel, go to the
shop-admin
directory and enter the following command:npm run dev