Skip to content

TPolina/social-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Network

DRF-based social network application.

Features

  • User signup/login.
  • Read posts for every user and update/delete posts for post authors.
  • Post liking/unliking for authenticated users.
  • Analytics on likes amount during the given period.
  • User profile and last activity.
  • JWT authentication.
  • Automated data filling bot.

Installation

Python must be already installed

git clone git@github.com:TPolina/social-network.git
cd social_network
python3 -m venv venv
source venv/bin/activate
pip install -r requirments.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
python3 bot/bot.py

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages