swatantra94 / social-media

a small version of any social media app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

social-media

Create Virtual Environment

python -m venv env

Activate Virtual Environment

on Window:

env\Scripts\activate

on Linux:

source env/bin/activate

Install requirements using this command

pip install -r requirements.txt

Run the server

python manage.py runserver

Click on the link RunServer.

About

a small version of any social media app

License:MIT License


Languages

Language:JavaScript 45.7%Language:CSS 37.1%Language:Python 12.9%Language:HTML 4.3%