Home

Awesome

Steps to have bookstore work:

  1. Clone the repo
  1. Install gongc (the gong compiler)
  1. Compile & run bookstore

compilation should last less than a minute ("npm install" is the longuest operation)

Go back to the root directory of the bookstore repo

update the go needed modules

launch bookstore

bookstore % go run main.go
bookstore: Database Migration of package github.com/fullstack-lang/bookstore/go is OK
bookstore: Server ready serve on localhost:8080
  1. Use bookstore

what you should see

bookstore