Skip to content

Latest commit

 

History

History
102 lines (75 loc) · 3.16 KB

README.md

File metadata and controls

102 lines (75 loc) · 3.16 KB

TRIM

The URL Shortener


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.



Steps to start server

Clone repository

git clone https://github.com/IshaanOhri/TRIM

Install packages

npm ci

Development environment:

  • Create dev.env file and add environment variables according to example.env:
touch ./src/config/dev.env
  • Start server:
npm run dev

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/NewFeature)
  3. Commit your Changes (git commit -m 'Add some NewFeature')
  4. Push to the Branch (git push origin feature/NewFeature)
  5. Open a Pull Request

License

The project is distributed under the MIT License. See LICENSE for more information.

Author

Tech Stacks / Tools used