Skip to content
Snippets Groups Projects
Select Git revision
  • 7b3bdff0879b05779b0b15950259124cfe88995c
  • master default protected
2 results

basic-auth-golang

Name Last commit Last update
models
view
.gitignore
LICENSE
README.md
go.mod
go.sum
main.go

Basic Auth system

Simple website of 3 screens (sign up, sign in and profile)

Usage

To use the website just clone it and run go build -o output to get an executable.

Run the output file and open your localhost at port 5500.

The database is accessible from any IP (only for practice purposes), so you should be connected to it successfully.

Try to create a new account and then use it to sign in and Voila!

License

This project is licensed under the GPL3 license