VitaliiKalyta96 / Social_media_network

Project about a posts which you create, update and delete. And other action, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Social_media_network

Brief description

A simple integration with flask framework and templates

Run it locally this project.

Create a Python virtual environment to isolate the projects:

python3 -m venv venv

If you have bugs, is exactly not success with first attempt, then input in terminal next command:

pip install --upgrade virtualenv

and once again

python3 -m venv venv

Then, activate it:

source venv/bin/activate

cd into the venv and clone project in your local machine from GitHub:

git clone https://github.com/VitaliiKalyta96/Social_media_network

Open terminal and project:

sudo docker-compose up --build
sudo docker-compose up

Access to website the address http://localhost:8080 .

About

Project about a posts which you create, update and delete. And other action, etc.


Languages

Language:HTML 40.2%Language:Python 32.9%Language:CSS 22.4%Language:JavaScript 3.9%Language:Dockerfile 0.6%