Giter Club home page Giter Club logo

7973b62dbf39b649bc8cab5bbeab03c6's Introduction

backend-example-docker

This project is created to help learn docker configurations for backend projects. Student has to figure out how to construct their configuration based on the README. However, there are some additional helpers added in the README and in the exercise description.

Prerequisites for development

Install golang 1.16

Build project

Run go build. It will generate a binary named "server"

Test project

Run tests with go test ./....

Execute project

Execute the file e.g. ./server.

In exercise 1.12 and after you will need to add some environment variables. Not everything is important for all exercises and some may be useless.

Server accepts the following environment variables:

  • PORT to choose which port for the application. Default: 8080

  • In 1.12 and after

  • In 2.4 and after

    • REDIS_HOST The hostname for redis. (port will default to 6379, the default for Redis)
  • In 2.6 and after

    • POSTGRES_HOST The hostname for postgres database. (port will default to 5432 the default for Postgres)
    • POSTGRES_USER database user. Default: postgres
    • POSTGRES_PASSWORD database password. Default: postgres
    • POSTGRES_DATABASE database name. Default: postgres

7973b62dbf39b649bc8cab5bbeab03c6's People

Contributors

cavacado 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.