Skip to content

pedromonvel/UrlShortener

Repository files navigation

URL Shortener

Welcome to the URL Shortener project, a powerful and efficient URL shortening service built with Next.js.

Getting Started

Follow these steps to set up and run the project locally.

Prerequisites

Make sure you have the following installed on your machine:

Node.js (v14.x or later) npm (v6.x or later) or yarn (v1.x or later)

Installation

Clone the repository to your local machine:

git clone https://github.com/yourusername/url-shortener.git
cd url-shortener

Install the necessary dependencies:

Using npm:

npm install

Or using yarn:

yarn install

Running the Project

To start the development server, run:

Using npm:

npm run dev

Or using yarn:

yarn dev

Open your browser and navigate to http://localhost:3000 to see the application in action.

Building for Production

To build the project for production, run:

Using npm:

npm run build
npm start

Or using yarn:

yarn build
yarn start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors