Inspiration

Build an app that solves the problem of loneliness in remote work. In an office environment, there are a lot of chance encounters, and people get to interact a lot as they work out of the same place. However, this is hard in remote work as people are not working out of the same location. Create an app that solves this that enables teams to casually engage with each other and interact with each other remotely

What it does

The app provides a social media wall where they can post whatever they are feeling, and other people in the same workspace can comment and like their post. They can also play a quiz game which is like, how well you know your other colleague. Such games help in socializing people.

How we built it

We divided the problem in such a way that everyone (Frontend and Backend Devs) developed a certain feature set. Backend devs provides APIs for all the functionality in the app and front end guys create an elite class user experience for the user.

We have used Django Rest Framework (DRF) for our back-end and we have created all the authentication, quiz and posts APIs using DRF. In Total we have used 12 APIs. For on boarding, 4 APIs for quiz game, 6 APIs for Posts and 1 API for uploading images to firebase.

Share this project:

Updates