Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wralith/wrabox


https://github.com/wralith/wrabox

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Project based on Alex Edwards' Let's Go book.

### To start server

- Start mysql server and add information's below

` go run $(ls -1 cmd/web/*.go | grep -v _test.go) --dsn=":@/?parseTime=true" `

- Or with defaults...

`go run $(ls -1 cmd/web/*.go | grep -v _test.go)`

I don't know if there is better way
Update: Okay i know now but i will implement later, i want to see how weird it can get

### For tests
`go test ./... -v`

Now i am blindly following the book, blindly clicking CTRL + Enter.
I will replace the template based front end with single page app at the end.