Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iam-abin/rapidurl

A URL shortener app! 🌐✂️ Shorten long URLs into concise ones for easy sharing. Track clicks, manage links, and enhance accessibility!
https://github.com/iam-abin/rapidurl

Last synced: about 5 hours ago
JSON representation

A URL shortener app! 🌐✂️ Shorten long URLs into concise ones for easy sharing. Track clicks, manage links, and enhance accessibility!

Awesome Lists containing this project

README

        

## Installation

1. Clone the repository

```
git clone https://github.com/iam-abin/url-shortner.git
```

2. Navigate to the project directory

```
cd url-shortner
```

3. Install the dependencies

```
npm install
```

4. Set up the required environment variables. Rename the `env.example` file to `.env` and provide the necessary values for your environment

5. Start the development server

```
npm run dev
```

6. Access the application using

```
http://localhost:5000
```