Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.26 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.26 KB

CHIT-CHAT MUSIC APP FRONTEND REPOSITORY

The Chit-Chat Music App is a chat and networking platform that helps to manage, grow and connect people through music. This platform is the best medium to discover new music, artists, genre and to meet new people having a similar taste in music.

FEATURES

  • Add Songs to Favourites
  • Friend, unfriend users
  • Personal Chat with friends
  • Group Chats based on Artist Fan Clubs
  • Authentication and Authorization
  • Search for various groups and users

ER DIAGRAM

Below is the ER Diagram for the application that we have built.

ER DIAGRAM

INSTALL DEPENDENCIES

SET UP LOCAL ENVIRONMENT

Get a copy of source code

  • Clone the song_app repository.
git clone https://github.com/Blaze-69/dbms_project.git
cd dbms_project

Install system dependencies

  • Install all the necessary flutter packages.
flutter pub get

Start web app

  • Go to the terminal and run.
flutter run
  • Press CTRL-C to shut the WebApp down.

HOSTED ON FIREBASE

Chit-Chat Music App