Skip to content

A web based application that allows you to add blogs with images and videos, and others can clap for you and follow you. It's architecture has a lot in common with Instagram and Facebook.

Notifications You must be signed in to change notification settings

Bhargav644/BlogMania

Repository files navigation

BlogLite

A web based application that allows you to add blogs with images and videos, and others can clap for you and follow you. It's architecture has a lot in common with Instagram and Facebook.

Intructions:

Step 1: Fork or clone this repository

Step 2: Setting up Environment:

1. Open the project inside any code editor (ex VS Code)
2. Setting environment using command:

Make sure to install python3-venv

sudo apt install python3-venv
python -m venv ./venv in the current directory

3. Open the terminal and activate the virtual environment by typing the command
Windows:
.\venv\Scripts\activate

Linux:
source ./venv/bin/activate

4. Install the required modules/library using 'pip install -r requirements.txt' Step 3: Starting the app:
--Type the command 'python .\app.py'
Step 4: Opening the app on browser:
--Now you can find the your app on http://localhost:5000/

About

A web based application that allows you to add blogs with images and videos, and others can clap for you and follow you. It's architecture has a lot in common with Instagram and Facebook.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages