Skip to content
forked from vjbytes101/Gana-

Node Js music streaming web app

Notifications You must be signed in to change notification settings

vjbytes102/Gana-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAANA

To run this code, you need node.js and mysql server installed on your system.

So, using command line, you have to cd to this repository on your system.

Then, you have to run the mysql server. Then, run the commands given in datainsert.sql file to create database and tables required for this webapp.

Use the load commands to load your database using csv files by adding the path of files on your system.

Add the procedures given in the datainsert.sql to the database you created.

Then, You have to run the following:

npm install
npm start

About

Node Js music streaming web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.4%
  • HTML 21.9%
  • CSS 5.7%