Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Asajadafsar/Blog

Repository files navigation

Awesome Blog Project

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.

Project Description

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.

Technologies Used

  • Backend: Django
  • Frontend: HTML, CSS,JS
  • Database: SQLite(Django)
  • admin-panel: react/typescript(react-admin)

Project Diagram

Activity-ERD-C4-Sequence-State Diagrams by mermaid and generate AI UML

Database

The database system was designed with SQLite Studio software. You can download the executable file for SQLite Studio here.

Project Setup Guide

Follow these simple steps to set up and run the project smoothly:

  1. Install Dependencies: Start by installing all the necessary libraries using the following command:

    pip install -r requirements.txt
    
  2. Download Node.js: Navigate to your browser and download Node.js.

  3. Install Node Modules: Next, navigate to the shop-admin directory and enter the following command:

    npm i
    
  4. Run the Application: To run the application, navigate to the project's root directory and enter the following command:

    python manage.py runserver
    
  5. Launch Admin Panel: Then, to launch the admin panel, go to the shop-admin directory and enter the following command:

    npm run dev
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published