Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 2.12 KB

README.md

File metadata and controls

67 lines (42 loc) · 2.12 KB

URL Shortener

URL shortener is a cutting-edge and user-friendly URL shortening service designed to simplify and optimize your web experience. With the exponential growth of online content, long and cumbersome URLs have become a nuisance, making it challenging to share links efficiently.

Contributing

This is an individual project built within a span of 2 hours.

Deployment

Backend is deployed on Cyclic: Deployed Link

Frontend is deployed on Netlify: Deployed Link

Features

  • URL Shortener
  • Time Based

Tech Stack

HTML5 CSS3 JavaScript Netlify Express.js NPM NodeJS Redis Cyclic.sh

Screenshots

urlShortener

shortenedURL

Run Locally

Clone the project

  git clone [email protected]:Abhi0049k/Group-Chat.git

Go to the backend directory

  cd backend

Install dependencies

  npm install

Before running the Backend server on your local system do setup the .env

Start the server

  npm start