Amangoel998 / Music-World

Music Website like spotify that allows to add songs, artists and other related contents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music-Website

Music Website like spotify that allows to add songs, artists and other related contents.

This project is Full Stack Project including backend in Node.js which uses Express server and Frontend written in Typescript which works on Angular Framework.

  • To Run the backend Properly this is step is a must You need to create a File - default.json inside /config/ folder with following syntax
{
  "mongoURI": "{Your Mongo Connection Name}",
  "jwtKey: "{Your Jwt Secret Key}"
}

To Run this Project Run the Following commands in the shell

npm install
cd client && npm install
npm start
cd client && npm start

Now you can browse the website on following Address

localhost:4200

Home Page to Display Top Songs and Top Artists

You can see following homepage after logging or registering Home

Adding Songs and Artists

You can add new songs and corresponding artists Action

About

Music Website like spotify that allows to add songs, artists and other related contents.

License:MIT License


Languages

Language:TypeScript 46.6%Language:JavaScript 31.2%Language:HTML 17.6%Language:CSS 4.6%