Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Instagram RESTful API clone made with Django REST framework

License

NotificationsYou must be signed in to change notification settings

konradgalczynski07/instagram-api-clone

Repository files navigation

REST API with all basic features real Instagram has.

Take a look at thefrontend for this project as well.

Features:

  • registering and logging to user account
  • posting photos
  • commenting and liking photos
  • following system
  • all CRUD operations on posts, comments, follows and likes with relevant permissions

Technology Stack:

  • Python
  • Django and Django Rest Framework
  • PostgreSQL
  • Docker
  • TravisCI

Default urls:

  • localhost:8000/api/user/register/
  • localhost:8000/api/user/login/
  • localhost:8000/api/user/me/
  • localhost:8000/api/user/<slug_username>/
  • localhost:8000/api/user/<slug_username>/follow/
  • localhost:8000/api/user/<slug_username>/get-followers/
  • localhost:8000/api/user/<slug_username>/get-following/
  • localhost:8000/api/post/
  • localhost:8000/api/post/feed/
  • localhost:8000/api/post/<post_id>/
  • localhost:8000/api/post/comment/<post_id>/
  • localhost:8000/api/post/comment/<comment_id>/
  • localhost:8000/api/post/like/<post_id>/
  • localhost:8000/api/post/<post_id>/get_likers/

Instalation

  1. Clone Git repository
  2. Rundocker-compose up

Sample response

screen1

Frontend feed page

screen2

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp