Skip to content

A social media API featuring JWT authentication, CRUD for posts, comments, likes along with a user follower system.

Notifications You must be signed in to change notification settings

pankaj1707k/sociolite-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sociolite

Backend for a simple social media application, built using django and django-rest-framework.

Instructions to run locally

Make sure you have python 3.8 or higher installed and added to system path

  • Clone the repository
  • Create a python virtual environment (not necessary, but highly recommended): $ python -m venv venv
  • Activate the virtual environment: $ source venv/bin/activate
  • Install dependencies: $ pip install -r requirements.txt
  • Create a .env file with following content:
SECRET_KEY=<random-django-secret-key>
DEBUG=True
  • Apply migrations: $ python manage.py migrate
  • Start dev server: $ python manage.py runserver

About

A social media API featuring JWT authentication, CRUD for posts, comments, likes along with a user follower system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages