An app to make URLs short... Written with Next.js and TailwindCSS, using Upstash for Redis and Next.js Middleware.
- Next.js
- Typescript
- TailwindCSS
- Upstash
- Axios
You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:
git clone https://github.com/r3nanp/url-shortener.git
SSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:
git clone git@github.com:r3nanp/url-shortener.git
Copy the .env.example file to .env.local and fill the values:
cp .env.example .env.local
Install dependencies
yarn install
Or
npm install
This project is under the MIT LICENSE.
Leave a star to help the project
Created by Renan Pereira โค๏ธ