Skip to content

Web portal for making posts like it's social network (Django + PostgreSQL)

Notifications You must be signed in to change notification settings

geoCrock/Blog-Flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog-Flow

BlogFlow is a user-friendly and intuitive web portal designed for creative individuals who want to share their thoughts and ideas with the world. Our project provides a simple and effective tool for creating, editing and managing your blog posts.

Peculiarities:

  • Post Creation: An intuitive form of post creation that allows you to freely express your thoughts and ideas.
  • Editing posts: Ability to make changes to already published posts, keeping the content relevant.
  • Post Management: Simple interface to manage your posts, including deleting, editing and tracking statistics.
  • Likes and feedback: The ability to receive feedback from readers in the form of likes and comments.
  • Blog-Flow is designed to keep your creative flow uninterrupted. Share your stories, opinions and experiences with the world using BlogFlow - your ideal blogging partner.

Launch

  1. Copy the repository:

    git clone https://github.com/geoCrock/Blog-Flow.git
  2. Create venv and install dependencies:

    python -m venv venv

    or

    source venv/bin/activate
    pip install -r requirements.txt
  3. Make migrations and run the project:

    python manage.py makemigrations
    python manage.py migrate
    python manage.py runserver

Running via Docker

Make sure the following components are installed on your system:

  • Docker
  • Docker Compose
  1. Copy the repository:

    git clone https://github.com/geoCrock/Blog-Flow.git
  2. Create and run Docker containers:

    docker-compose up --build

About

Web portal for making posts like it's social network (Django + PostgreSQL)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published