Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 275 Bytes

Readme.md

File metadata and controls

4 lines (3 loc) · 275 Bytes

APIs for a book review app built with golang

  1. Clone the app, add the required environment variables and run go mod download to fetch all the required dependencies.
  2. Run fresh to start the app with live reload or go run main.go to start the app in standard mode.