Code Monkey home page Code Monkey logo

go-rest-api-boilerplate's People

Contributors

saurabhsvj avatar sjoshi6 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

go-rest-api-boilerplate's Issues

Suggestions

  • Do you think we can make the interface for controller actions simple? We can use context rather than the typical request and response.
  • Can you use SQLite to show db interaction? This will make it more real world usable
  • Can you add comments to app.go like where/how to add routes, middlewares? Maybe a usage comment. Add multiple middlewares and routes and comment them.
  • Create a section in README about the different shoulder packages you are using in this repo
  • In users_routes.go can you add a comment for what the actual route will be. eg what is the url for get_all action(v1/users/get_all) ?

missing dependencies - follow the read me instructions not working

using
Docker version 18.03.1-ce, build 9ee9f40
macbook 10.13.5 high siera
go version go1.10.3 darwin/amd64

after running all installation and run go install

main.go:8:2: cannot find package "github.com/markbates/going/defaults" in any of: /usr/local/Cellar/go/1.10.3/libexec/src/github.com/markbates/going/defaults (from $GOROOT) /Users/naortedgi/go/src/github.com/markbates/going/defaults (from $GOPATH) main.go:9:2: cannot find package "github.com/sjoshi6/go-rest-api-boilerplate/app" in any of: /usr/local/Cellar/go/1.10.3/libexec/src/github.com/sjoshi6/go-rest-api-boilerplate/app (from $GOROOT) /Users/naortedgi/go/src/github.com/sjoshi6/go-rest-api-boilerplate/app (from $GOPATH) main.go:10:2: cannot find package "github.com/sjoshi6/go-rest-api-boilerplate/logger" in any of: /usr/local/Cellar/go/1.10.3/libexec/src/github.com/sjoshi6/go-rest-api-boilerplate/logger (from $GOROOT) /Users/naortedgi/go/src/github.com/sjoshi6/go-rest-api-boilerplate/logger (from $GOPATH)

and https://github.com/markbates/going/defaults
leads to 404

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.