Update test page

This commit is contained in:
Daniel Mason 2021-03-24 17:19:18 +13:00
parent c12722ab5a
commit 3b0b479c4b
2 changed files with 6 additions and 4 deletions

View File

@ -2,6 +2,8 @@
Golang based music scrobbler. MySQL backend.
Currently building on Node V15.X & Go V1.16.X
## Setup MySQL
@ -25,4 +27,4 @@ We need to build NPM package, and then ship web/build with the binary.
cd web npm install --production && npm run build
go build -o goscrobble cmd/go-scrobble/*.go
./goscrobble
MYSQL_HOST=127.0.0.1 MYSQL_USER=goscrobble MYSQL_PASS=supersecurepass MYSQL_DB=goscrobble ./goscrobble

View File

@ -7,15 +7,15 @@ function App() {
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
go-scrobble
</p>
<a
className="App-link"
href="https://reactjs.org"
href="https://git.m2.nz/idanoo/go-scrobble"
target="_blank"
rel="noopener noreferrer"
>
Learn React
git.m2.nz/idanoo/go-scrobble
</a>
</header>
</div>