Skip to content

cakazies/go-reco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-RECO

This repo for example implmentation golang and framework Revel, and this repo using database cockroachDB, this is simple example how to using Revel and CockroachDB Rest API

Collection Postman

you can import collection in

utils/postman/go-postgre.postman_collection.json

Documentation API

You can read documentation for this repo using this link

Run Migration with

go run application/migration/migrate.go

How to run

  • you can configuration config (Database) in folder conf/config.toml and compare your local configs, database, host and depends

you can install dependencies using go mod or one by one,

  • install dependencies go get
    • go get github.com/jinzhu/gorm
    • go get github.com/lib/pq
    • go get github.com/revel/revel
    • go get github.com/spf13/viper

Run Local

you can running this repo like revel running:

revel run -a go-reco

About

Revel Framework and CockroachDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published