From feb6417daa2be3cf36d9594336b5256f7063e50e Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Wed, 26 Jun 2024 05:21:18 +0100 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 104c55d..df9040b 100644 --- a/README.md +++ b/README.md @@ -18,19 +18,26 @@ Clone the repository: ``` git clone https://github.com/cgzirim/song-recognition.git ``` -Install dependencies +Install dependencies for the backend ``` cd song-recognition go get ./... ``` +Install dependencies for the client +``` +cd song-recognition/client +npm install +``` ## Usage -Install and Start the Client App +Start the Client App ``` -cd client -npm install npm start ``` +Serve the Backend App +``` +go run main.go serve [-proto ] [-port ] +``` Download a Song ``` go run main.go download @@ -39,10 +46,6 @@ Find matches for a song/recording ``` go run main.go find ``` -Serve the Application -``` -go run main.go serve [-proto ] [-port ] -``` ### Example Download a song