-
Clone the repository
git clone https://github.com/iam-abin/url-shortner.git
-
Navigate to the project directory
cd url-shortner
-
Install the dependencies
npm install
-
Set up the required environment variables. Rename the
env.example
file to.env
and provide the necessary values for your environment -
Start the development server
npm run dev
-
Access the application using
http://localhost:5000