Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/iam-abin/rapidurl
- Owner: iam-abin
- Created: 2024-03-28T02:07:39.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-09T05:02:23.000Z (5 months ago)
- Last Synced: 2024-06-10T05:51:02.923Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```