GithubHelp home page GithubHelp logo

jadahbakar / go-service-echo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shandysiswandi/go-service-echo

0.0 0.0 0.0 527 KB

go started template for building micro service using framework echo

Home Page: https://github.com/shandysiswandi/go-service-echo

License: MIT License

Shell 0.81% Dockerfile 0.66% Makefile 3.14% Go 94.43% HTML 0.96%

go-service-echo's Introduction

Go REST Echo

go started template for building micro service using framework echo.

Project Structure

.
├── app
│   ├── context
│   ├── library
│   │   ├── redis
│   │   ├── sentry
│   │   └── token
│   ├── middlewares
│   ├── routes
│   └── validation
├── config
│   └── constant
├── db
├── external
│   └── jsonplaceholder
├── internal
│   ├── authentication
│   └── users
├── resource
│   ├── html
│   ├── log
│   ├── media
│   └── ssl
└── util
    ├── arrays
    ├── bcrypt
    ├── logger
    ├── numbers
    └── stringy

Routes List

asas

Commands List

  1. This command will call lint, build, and run command
make up
  1. This command will build this project to docker image & delete the builder image
make build
  1. This command will call destroy & run container base on image
make run
  1. This command will call lint & run test
make test
  1. This command will call lint & run test then coverage file
make test-cover
  1. This command will linting *.go and formatted
make lint
  1. This command will call lint & start this app with hot reload if any change the code
make dev
  1. This command will call lint & start this app
make start

go-service-echo's People

Contributors

shandysiswandi avatar

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.