Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshaymogaveera/connect-django
https://github.com/akshaymogaveera/connect-django
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/akshaymogaveera/connect-django
- Owner: akshaymogaveera
- Created: 2021-05-19T13:03:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T17:10:45.000Z (over 3 years ago)
- Last Synced: 2024-10-27T02:20:09.885Z (about 2 months ago)
- Language: Python
- Size: 13.8 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Connect
### Python + Django
## Watch the demo of the Connect application! (Click on the image below)### Overview
1) Connect is a simple social networking application with no ads and is completely secure.
2) Users can register and get started in few minutes.
3) Simple way to share your amazing photographs with all your friends.
4) Your friends can interact with the posts by liking or commenting on it.
5) Search your colleagues on this wonderful platform and add them to your friends.
6) See the posts shared by your friends on the feed and also get notifications for all the interactions happening on your posts.
7) To use app you need to first setup the Django backend and connect with the Android app.
### Django Backend
1) Django restframework is used for REST API's.
2) JWT Authentication is used for REST API's.
3) Django application is deployed on pythonanywhere (Cloud).
## Navigate to Android App repo