Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 357 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 357 Bytes

GormSSP_Example

This is a working example of GormSSP (https://github.com/juaismar/gormssp)

Requisites:

  • Install go
  • Install Beego
  • Install postgres

How to run:

  • Download a project on your folder.
  • Create a postgres database called "GormSSP_Example"
  • Run whit comand "bee run", this is explained at beego doc
  • open on browser "localhost:8080"