hansputera / ngl.link-api

Ngl.link Clone API

Home Page:https://ngl-api.besecure.eu.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ngl.Clone API

I just want to make my own ngl.link, and learn how they works.

Installation

You need to install Golang first! Then

  git clone https://github.com/hansputera/ngl.link-api
  cd ngl.link-api

  go mod download

Run Locally

Build the source code

  go build

Run it

  ./nglapi

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

JWT_SECRET Fill it with random chars

REDIS_URI Fill it with your redis connection URI

License

MIT

About

Ngl.link Clone API

https://ngl-api.besecure.eu.org

License:MIT License


Languages

Language:Go 98.2%Language:Dockerfile 1.2%Language:Shell 0.6%