Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hansputera/ngl.link-api
- Owner: hansputera
- License: mit
- Created: 2022-10-01T14:52:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T08:22:27.000Z (about 2 years ago)
- Last Synced: 2024-10-02T08:04:37.759Z (about 2 months ago)
- Topics: golang, ngl, ngl-api, ngl-link
- Language: Go
- Homepage: https://ngl-api.besecure.eu.org
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-apigo mod download
```
## Run LocallyBuild 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/)