jrmarqueshd / url-shortener

A REST-API for shortener urls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shorterner

A REST-API for shortener urls

shieldsshieldsshields


🧐 Features

Here're some of the project's best features:

  • Shortener a URL
  • Recover a URL shortened

🛠️ Installation Steps:


1. Install dependencies

yarn install or npm i

2. Run dev mode

yarn dev o npm run dev

3. Generate build artifacts (will be generate in _dist_ directory)

yarn build or npm run build

4. Run production mode

yarn start or npm run start

💻 Built with

Technologies used in the project:

  • Fastify 4.20.0
  • NodeJS 16.16.1
  • SQLite3 5.1.6
  • Typescript
  • And more

🛡️ License:

This project is licensed under the MIT

About

A REST-API for shortener urls

License:MIT License


Languages

Language:TypeScript 100.0%