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

https://github.com/arn4v/brevis

Serverless URL shortener made with Next.js & Redis.
https://github.com/arn4v/brevis

nodejs react redis typescript vercel

Last synced: 2 months ago
JSON representation

Serverless URL shortener made with Next.js & Redis.

Awesome Lists containing this project

README

          

# brevis

Brevis is an incredibly simple URL shortener made to demo Next.js + Upstash Serverless Redis + Vercel.

## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

```bash
# Redis connection uri
REDIS_URL=""
```

## Demo

Visit [brevis.link](https://brevis.link)

## Deployment
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Farn4v%2Fbrevis&env=REDIS_URL) [![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Farn4v%2Fbrevis&plugins=redis&envs=REDIS_URL)

## License

[MIT](https://choosealicense.com/licenses/mit/)