Skip to content

📱 Social network with feeds and comments

Notifications You must be signed in to change notification settings

sushidze/Yatube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YaTube social network

Project supports authorization, personal feeds, comments and subscription to authors.
It was written as a Python Django application using MVC and HTML templates using Twitter Bootstrap framework. Used SQLite db and covered with unittest.

Run

Clone repo and create venv:

git clone git@github.com:sushidze/Yatube.git
cd Yatube

python -m venv env
. venv/bin/activate

Install requirements.txt:

python -m pip install --upgrade pip
pip install -r requirements.txt

Do Django migrations and run project:

python manage.py migrate

python manage.py runserver

About

📱 Social network with feeds and comments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published