https://github.com/malcodeman/url-shortener
URL shortener.
https://github.com/malcodeman/url-shortener
url-shortener
Last synced: 2 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T23:27:22.000Z (6 months ago)
- Last Synced: 2025-01-29T22:33:05.537Z (4 months ago)
- Topics: url-shortener
- Language: TypeScript
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://cypress.io)
[](https://github.com/prettier/prettier)
[](https://github.com/malcodeman/url-shortener/blob/main/LICENSE)
ttierTop tier url shortener.

## 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)