Skip to content

codeAdityagithub/Spootify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spootify

This is a personal project that is used to stream great music from NCS webscraped songs.

To run the client server:

cd client

npm run dev

To run api server:

cd api

npm run dev