Skip to content

Attempt to create self-hosted Spotify alternative.

Notifications You must be signed in to change notification settings

not-spotify/Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MusicPlayer Backend

How to start the project

Linux users

Please add this line to /etc/hosts

127.0.0.1   host.docker.internal

Installation

  • Start storages compose
cd Infr/Storage/
docker compose up -d
  • Start backend
cd ../..
cd Infr/Backend
docker compose up -d
  • Open Swagger

Swagger

How to create migration

dotnet ef migrations add <Name> --startup-project MusicPlayerBackend --project Data