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.
- 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
Below is the ER Diagram for the application that we have built.
- NODE JS(LTS)
- Node Package Manager
- Visual Studio Code or any other text editor of your choice.
- Clone the song_app repository.
git clone https://github.com/Blaze-69/song_app.git
cd song_app
- Install all the necessary node packages.
npm install
- Go to the terminal and start server.
npm start
- Press CTRL-C to shut the server down.