This is a StuddyBuddy App written in Django with function based views with REST API. This app is made to create chat-rooms to talk about different topics. Logged in users can create their own topics and participate in chat-talks. Not logged in users can see the topics and search through them.
- getting data from REST API endpoints
- User creation and update
- Logging, registration
- Content available only for logged users
- Creating, updating and deleting rooms
- Creating and deleting messages in rooms
- locally adding pictures
- view of recent activites
- view of available topics and searching through them
- view of user profile with their filtered recent activites and topics made by them
The app is based on tutorial Django App.