Skip to content

NileshSP/goreactcrud

Repository files navigation

goreactcrud

Sample web app built using react, go & (hashicorp's)in-memory/sqlite db

Checkout the live demo

Project is published to heroku using Dockerfile

Clone the repository https://github.com/NileshSP/goreactcrud.git

Open terminal one and build as: go build ./server/*.go

In terminal one, start go server as: go run ./server/*.go

Open terminal two, start react client app as: cd ./client && npm start