Update README.md

This commit is contained in:
Chigozirim Igweamaka 2024-08-03 23:40:15 +01:00 committed by GitHub
parent cfc0a150b8
commit 756d77a696
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,13 +55,14 @@ If the `DB_USER` or `DB_PASS` environment variables are not set, it defaults to
#### ▸ Start the Client App 🏃‍♀️‍➡️
```
# assuming you're still in the client dir:
# Assuming you're in the client directory:
npm start
```
#### ▸ Start the Backend App 🏃‍♀️
#### ▸ Start the Backend App 🏃‍♀️
In a separate terminal window:
```
cd .. # to go to the root dir
cd seek-tune
go run *.go serve [-proto <http|https> (default: http)] [-port <port number> (default: 5000)]
```
#### ▸ Download a Song 📥