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 🌐🖥️
- Host: GitHub
- URL: https://github.com/yoru-cyber/url-shortener
- Owner: Yoru-cyber
- Created: 2024-03-16T16:24:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T23:13:04.000Z (over 2 years ago)
- Last Synced: 2025-01-05T22:44:09.562Z (over 1 year ago)
- Topics: astro, typescript, web
- Language: TypeScript
- Homepage:
- Size: 304 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to URL-Shortener 👋
> 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
-
-
-
-
-
## 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)_