- Golang
- Docker (Optional but recommended)
- Postgresql (Only if you are not using
docker)
- Shorten any url
- View stats of any url
To get started, you can clone the repository and run the following commands:
git clone https://github.com/tech-thinker/linkly.gitTo install the dependencies, run the following commands:
cd linkly
go mod downloadCopy environment variables file and replace the values with your own.
cp .env.example .envGenerate OpenAPI spec:
swag init --parseDependency --parseInternalTo run the application, run the following commands:
export $(cat .env | xargs)
go build
./linklyTo contribute, please open an issue or pull request.
- Injamul Mohammad Mollah [email protected]