Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.27 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.27 KB

CHIT-CHAT MUSIC APP BACKEND 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/song_app.git
cd song_app

Install system dependencies

  • Install all the necessary node packages.
npm install

Start Server

  • Go to the terminal and start server.
npm start
  • Press CTRL-C to shut the server down.

HOSTED ON HEROKU

Chit-Chat Music App