tnde

command module
v0.0.0-...-db28b0c Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2023 License: Unlicense Imports: 8 Imported by: 0

README

PAM BE API

Getting Started

  1. Make sure you have Go installed.
  2. Clone the repo
https://github.com/MaulanaR/tnde.git
  1. Go to the directory and run go mod tidy to add missing requirements and to drop unused requirements
cd tnde-api && go mod tidy
  1. Setup your .env file
cp .env-example .env && vi .env
  1. Start
go run main.go

Build for production

  1. Compile packages and dependencies
go build -o tnde-api main.go
  1. Setup .env file for production
cp .env-example .env && vi .env
  1. Run executable file with systemd, supervisor, pm2 or other process manager
./tnde-api

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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