Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hansputera/ngl.link-api

Ngl.link Clone API
https://github.com/hansputera/ngl.link-api

golang ngl ngl-api ngl-link

Last synced: about 1 month ago
JSON representation

Ngl.link Clone API

Awesome Lists containing this project

README

        

# 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

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

go mod download
```

## Run Locally

Build the source code

```bash
go build
```

Run it

```bash
./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](https://choosealicense.com/licenses/mit/)