Categorygithub.com/hendriksiallagan/user-management-with-go
repositorypackage
1.0.0
Repository: https://github.com/hendriksiallagan/user-management-with-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

user-management-with-go

#move to directory
cd $GOPATH/src/github.com

# Clone into YOUR $GOPATH/src
git clone https://github.com/hendriksiallagan/user-management-with-go.git

#move to project
cd user-management-with-go

# Install Dependencies
dep ensure

# Create Database
make test
Make Sure you have run the shop.sql in your mysql

# Run Project
go run main.go