Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atul3007/url_shortner
URL Shortner App
https://github.com/atul3007/url_shortner
expressjs mon mongoose nodejs reactjs
Last synced: about 1 month ago
JSON representation
URL Shortner App
- Host: GitHub
- URL: https://github.com/atul3007/url_shortner
- Owner: Atul3007
- Created: 2023-11-22T11:58:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-22T12:16:24.000Z (about 1 year ago)
- Last Synced: 2023-11-22T13:29:20.682Z (about 1 year ago)
- Topics: expressjs, mon, mongoose, nodejs, reactjs
- Language: JavaScript
- Homepage: https://cheerful-travesseiro-f65278.netlify.app/
- Size: 241 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# URL Shortener React App
## Description
This is a simple React app that allows users to check their shortened URLs and redirects them to the original URL.
## Features
- Check your shortened URL and redirect to the original URL.
## Getting Started
### Prerequisites
- Node.js installed on your machine
- npm package manager### Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/url-shortener-react.git
## Navigate project repository
cd url-shortener-react## Install Dependencies
npm install## Run react app
npm start-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
# URL Shortener Backend
## Description
This is the backend server for a URL shortener application. It provides endpoints for shortening URLs, redirecting users to the original URLs, and managing URL data.
## Features
- Shorten long URLs and get a unique short URL.
- Redirect users to the original URL based on the short URL.
- Store URL mappings in a database.## Getting Started
### Prerequisites
- Node.js installed on your machine
- npm package manager
- MongoDB database (or another database of your choice)