Now shorten your URLs on the go with TRIM. TRIM is a fast and secure way to shorten your URLs with the ability to have custom URLs.
The service uses a Node js application server and incorporates server-side Redis caching for faster redirects.
git clone https://github.com/IshaanOhri/TRIM
npm ci
- Create
dev.env
file and add environment variables according toexample.env
:
touch ./src/config/dev.env
- Start server:
npm run dev
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewFeature
) - Commit your Changes (
git commit -m 'Add some NewFeature'
) - Push to the Branch (
git push origin feature/NewFeature
) - Open a Pull Request
The project is distributed under the MIT License. See LICENSE for more information.