Skip to content

Create and upload posts , follow your favourite writers and manage your profile.

Notifications You must be signed in to change notification settings

Codeansh/Blog_Writer

Repository files navigation

My Flask Blog

Create and upload posts , follow your favourite writers and manage your profile.

Run Locally ( On Linux )

Clone the project

https://github.com/Codeansh/My_Blog.git

Create a virtual environment.

python3 -m venv venv

Activate virtual environment

source venv/bin/activate

Run the script in terminal ( Docker should be installed )

docker build -t myblog .
docker run -it -d -p 5000:5000 myblog:latest

( Do not close the terminal )

Open your browser and type the url : http://localhost:5000/

It will redirect to login page like this

Screenshot from 2022-11-21 23-08-32

About

Create and upload posts , follow your favourite writers and manage your profile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published