gpi

module
v0.0.0-...-b5f797f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2024 License: GPL-3.0

README

Nine To Five - Go API

This is the golang implementation of the nine to five API.

Setup

Add the following environment variables to their configuration templates:

  • Go Test:
    DB_URI=mongodb://localhost:27018/ntf-db-test
    DB_NAME=ntf-db-test
    
  • Go Build:
    DB_URI=mongodb://localhost:27017/ntf-db
    DB_NAME=ntf-db
    

These settings set up every new test run you create while developing.

Run docker compose up -d in the projects root folder to spin up the development environment.

Furthermore, add all sub-directories as separate modules in IntelliJ.

Directories

Path Synopsis
cmd
gpi
internal
jwt

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL