Skip to content

filewalkwithme/go-pg-crud-revel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-pg-crud-revel

This is an example of CRUD web application writen using the web mvc framework Revel. It makes use of Postgres as database.

01.png

02.png

setup

You will need to create a database as describe in the file info.sql. After that you will need to setup Revel:

go get github.com/revel/revel
go get github.com/revel/cmd/revel

running

revel run github.com/maiconio/go-pg-crud-revel

The application will be running at http://localhost:9000

About

Simple Postgres CRUD written using Revel (Golang)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published