yiqing95 / gosea

Go Secure Example Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Secure Example Application (GOSEA)

Go Secure Example Application Logo

Go Report Card

This example application is based on one of our blog posts on web security in Golang. There is a lot to implement but we hope this example application becomes a living repository for writing secure Go web applications.

Install

make install

Follow the instructions when you are prompted, in order to create a self signed certificate.

Run

make run

About

Go Secure Example Application

License:MIT License


Languages

Language:Go 97.7%Language:Makefile 2.3%