Studdybuddy

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.

App supports:

  • 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

Screenshoots from app:

Main page of the app

main page of the app

Profile

profile

Recent activites

Recent activites

Room

Room

Room creation

Room-creation

Browse topics

Browse-topics

The app is based on tutorial Django App.