Skip to content

arunprasath42/Golang-Web-microservice-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-api-starter

Web API to expose services

logo

Table of Contents

  1. Project Structure
  2. Structure overview

Project structure

This project follows MVC pattern, except the View. The source code related the web application is present inside src folder and follows the folder structure of a Java Spring based application.

Structure-

    .
    |──config/
    |  ├──config.go
    ├──migration/
    |  ├──migration.go
    ├──route.go
    |  ├──routes.go
    ├──src/
    |  ├──controllers
    |  ├──models
    |  ├──repository
    |  ├──service
    |  test/
    |  ├──service_test.go
    ├──utils/
    |  ├──constant
    |  ├──database
    |  ├──logging
    |  ├──middleware
    |  ├──response
    |  ├──validator
    └──app.yaml
    └──main.go

About

Template for building REST API's from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages