Giter Club home page Giter Club logo

go-backend-quickstart's Introduction

go-backend-quickstart

Introduction

The goal of this template is to create a solid starting point for a Go backend.

This template will give you a basic structure including an example todo-app that implements the following things:

Disclaimer

This template is far from perfect. I am not an experienced Go developer. I am open for suggestions!

Usage

To run the example, follow these steps:

  1. Run go mod tidy.
  2. Make a copy of .env.example with the name .env.
  3. Set the required environment variables.
  4. Run make run-postgres (In the Makefile, set DOCKER_CLIENT to podman if you're using podman).
  5. Run make apply-migrations.
  6. Run go run cmd/api/main.go.

The documentation is now accessible at http://localhost:3000/swagger/.

The Todo-Example

If you think that the example code is bloated then you are probably right...

...but I wanted to showcase as much as possible in terms of what is achievable with this stack and how to implement it.

What it does

There are Users and Todos. A User can create a Todo and Users can be assigned to Todos.

Updates to the documentation on this templates will follow soon

go-backend-quickstart's People

Contributors

mderler avatar

Stargazers

 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.