Giter Site home page Giter Site logo

nishant-tanksale / go-crud-appln Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 22.49 MB

Application written in Clean Architecture with seperations of MayFly Repositories to handle DB transactions efficienctly supporting CRUD operations on Postgresql.

Go 100.00%

go-crud-appln's Introduction

A Clean Architecture based web application that implements CRUD operations through RESTful APIs. Docker containerised PostgresQL databse used for data persistence. Uber Zap is used for logging. Go Chi Router is used for routing.

For running the application using Docker-Compose file, it is required to create an .env.development.local file. The contents of the file are as follows:

-----------------------------[START of env file]--------------------------------

POSTGRES_PASSWORD=secret
POSTGRES_DB=testdb
POSTGRES_USER=nishant

LIQUIBASE_COMMAND_URL="jdbc:postgresql://postgres:5432/testdb?user=nishant&password=secret"
LIQUIBASE_CLASSPATH=/liquibase/changelog
LIQUIBASE_COMMAND_CHANGELOG_FILE=db.changelog-root.xml
LIQUIBASE_LOG_LEVEL=INFO

Golang Server
APP_ENV=development
OTEL_EXPORTER_OTLP_ENDPOINT=http://jaeger:4318

Jaeger Tracing
COLLECTOR_OTLP_ENABLED=true

--------------------------------[END of env file]--------------------------------

go-crud-appln's People

Contributors

nishant-tanksale avatar tantanmaymay avatar omnikam04 avatar

Stargazers

Esteban Demarchi avatar  avatar  avatar

Watchers

 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.