An open API service indexing awesome lists of open source software.

https://github.com/yoru-cyber/url-shortener

A local URL Shortener 🌐🖥️
https://github.com/yoru-cyber/url-shortener

astro typescript web

Last synced: about 2 months ago
JSON representation

A local URL Shortener 🌐🖥️

Awesome Lists containing this project

README

          

Welcome to URL-Shortener 👋



Version

License: ISC

> This a URL Shortener made with Typescript. It's a website made with Astro complemented by a Fastify API that takes an URL and returns the shortened URL that points to the original URL.

## Used Technologies

- Typescript
- Fastify
- Node.js
- Vitest
- Vitest
## Install

### Npm
```sh
npm install
```
### Pnpm
```sh
pnpm install
```

## Usage
### Npm

```sh
npm run dev
```
### Pnpm

```sh
pnpm dev
```

## Run tests

### Npm

```sh
npm run test
```
### Pnpm

```sh
pnpm test
```

## Author

👤 **Carlos**

* Website: https://github.com/Yoru-cyber
* Github: [@Yoru-cyber](https://github.com/Yoru-cyber)

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_