Skip to content

Repository files navigation

A twitter like app with same features implemented with Django 2.2

Some features are:

  • users can Post their tweets.
  • users can Comment on tweets.
  • users can Like each other's tweets.
  • users can Retweet each other's tweets.

Note: YOU NEED Postgresql and have to change the password of it on setting.py yourself!

CREATE A VIRTUAL ENVIRONMENT THEN CLONE THIS INTO FOLDER OF env!

Commands for setup inside 'blog-post' folder:

python manage.py makemigrations
python manage.py makemigrations tweets
python manage.py migrate
python manage.py migrate tweets
python manage.py runserver

Open Endpoints

Open endpoints require no Authentication.

Endpoints that require Authentication

Closed endpoints require a valid Token to be included in the header of the request.

Navigating and Activities of User

Current User related

Each endpoint manipulates or displays information related to the User whose Token is provided with the request:

Account related

Endpoints for viewing and manipulating other Users Relation with the User Token is provided with request:

About

A twitter like app with same features.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages