- Notifications
You must be signed in to change notification settings - Fork17
Instagram RESTful API clone made with Django REST framework
License
NotificationsYou must be signed in to change notification settings
konradgalczynski07/instagram-api-clone
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
REST API with all basic features real Instagram has.
Take a look at thefrontend for this project as well.
- 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
- Python
- Django and Django Rest Framework
- PostgreSQL
- Docker
- TravisCI
- 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/
- Clone Git repository
- Run
docker-compose up
Sample response
Frontend feed page
About
Instagram RESTful API clone made with Django REST framework
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.