Basic-Login
This is a simple basic login app, from where you can grow up your project
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
What things you need to install for the software to run
golang
git (only Windows)
Installing
With this command you will install the project and all his dependencies
go get -u github.com/kiketordera/basic-login/...
Change the directory to /cmd, and there you will find the main.go file to run the project.
go run main.go
Then you can to to localhost:8080/hello in your browser to see the project running.