mirror of
https://github.com/M336G/link-shortener.git
synced 2026-07-28 22:25:58 +00:00
An easy to use API to create and manage short links
https://m336.dev/short
- JavaScript 100%
| data/migrations | ||
| utils | ||
| .env.example | ||
| .gitignore | ||
| app.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
link-shortener
An easy to use API to create and manage short links
How to setup?
- Clone the repository with
git clone https://github.com/M336G/link-shortener.git. - Install Bun and run
bun install. - Run the project with
bun run start.
Configuring
See the notes in .env.example if you want to configure your link shortener server further.
Contributing
Feel free to open pull requests if you wish to contribute to the project!
License
This project is licensed under the GNU Affero General Public License v3.0