Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/url-shortener
URL shortener.
https://github.com/malcodeman/url-shortener
url-shortener
Last synced: 21 days ago
JSON representation
URL shortener.
- Host: GitHub
- URL: https://github.com/malcodeman/url-shortener
- Owner: malcodeman
- License: mit
- Created: 2022-08-22T20:34:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T23:27:22.000Z (about 1 month ago)
- Last Synced: 2024-11-22T00:23:52.750Z (about 1 month ago)
- Topics: url-shortener
- Language: TypeScript
- Homepage:
- Size: 995 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Cypress.io tests](https://img.shields.io/badge/cypress.io-tests-green.svg?style=flat-square)](https://cypress.io)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/url-shortener/blob/main/LICENSE)
ttierTop tier url shortener.
![Screenshot](readme/screenshot.png)
## Getting started
```
git clone https://github.com/malcodeman/url-shortener.git
cd url-shortener
yarn install
yarn dev
```## Environment variables
[Prisma](https://www.prisma.io/docs/reference/database-reference/connection-urls#env) needs a connection URL to be able to connect to your database.
## Testing
```
"cypress:open": "cypress open",
"cypress:run": "cypress run"
```## License
[MIT](./LICENSE)