- Connect is a simple social networking application which is completely secure.
- Users can register and get started in few minutes.
- Simple way to share your amazing photographs with all your friends.
- Your friends can interact with the posts by liking or commenting on it.
- Search your colleagues on this wonderful platform and add them to your friends.
- See the posts shared by your friends on the feed and also get notifications for all the interactions happening on your posts.
- To use app you need to first setup the Django backend and connect with the Android app.
- Android App uses REST API's for all it's task.
- User is authenticated via JWT token which is stored locally. If the token is expired, the user is asked to login.