Skip to content

techvein/gozen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circle CI

What is this?

This is like a MVC web framework to create Go project that is a combination of the following.

We don't think this project is best practice, so we have some plans to improve this.

Usage

If you use Docker Compose, to set up is easy.

% docker-compose up -d
% docker-compose exec web bin/bash
$ go run tools/init.go
$ bash ./build.sh

Check the response

% curl http://localhost:5000/api/user/profile
{"message": "ログインしてください。"}

With Gogland

Setup GOPATH

  1. Open Preferences(⌘,) -> Go -> GOPATH
  2. Add <your project path>/src/gozen to Project GOPATH.

Contribution

Contributions to this project are welcome.