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.
# Packages
No description provided by the author