Skip to content

MusicCloud is a web app for uploading music, creating playlists and listening to songs online.

Notifications You must be signed in to change notification settings

tulayev/musiccloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MusicCloud

The app where you can upload and download music

To run the app locally:

Create initial migrations files if thare are not any:

dotnet ef migrations add <Name> -p Data -s API

Drop the database if necessary:

dotnet ef database drop -p Data -s API

Go to API folder and run the app:

cd API && dotnet watch run

Go to client-app folder and start the client:

cd ../client-app && npm i && npm start

About

MusicCloud is a web app for uploading music, creating playlists and listening to songs online.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published