Categorygithub.com/seanrmurphy/go-fullstack
module
0.0.0-20200629071412-e58ac132051d
Repository: https://github.com/seanrmurphy/go-fullstack.git
Documentation: pkg.go.dev

# README

A simple fullstack application using golang

Clone this repo as follows:

  mkdir -p $GOPATH/github.com/seanrmurphy
  git clone https://github.com/seanrmurphy/go-fullstack.git $GOPATH/src/github.com/seanrmurphy/go-fullstack

Information on the backend is in the backend directory; information on the setup of the frontend is in the frontend directory.

Setting up the backend first is recommended.

See the set of medium posts here for more information.

https://medium.com/@sean_24982/experimenting-with-full-stack-development-in-go-part-1-setting-the-scene-963adb40b189

# Packages

No description provided by the author