An easy to use API to create and manage short links https://m336.dev/short
  • JavaScript 100%
Find a file
2025-11-15 15:52:26 +01:00
data/migrations initial commit 2025-09-27 22:16:48 +02:00
utils initial commit 2025-09-27 22:16:48 +02:00
.env.example initial commit 2025-09-27 22:16:48 +02:00
.gitignore initial commit 2025-09-27 22:16:48 +02:00
app.js oops 2025-11-15 15:52:21 +01:00
LICENSE initial commit 2025-09-27 22:16:48 +02:00
package.json Version bump 2025-11-15 15:49:36 +01:00
README.md initial commit 2025-09-27 22:16:48 +02:00

link-shortener

An easy to use API to create and manage short links

How to setup?

  1. Clone the repository with git clone https://github.com/M336G/link-shortener.git.
  2. Install Bun and run bun install.
  3. 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