Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wralith/wrabox
https://github.com/wralith/wrabox
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wralith/wrabox
- Owner: wralith
- License: mit
- Created: 2022-05-28T20:26:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T15:19:29.000Z (over 2 years ago)
- Last Synced: 2024-06-21T02:06:46.157Z (6 months ago)
- Language: Go
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.