Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)




ttier

Top tier url shortener.




Coded by malcodeman 👨‍🚀


![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)