Skip to content

A basic approach to making a Link Shortener API in Node JS

Notifications You must be signed in to change notification settings

simonpaul08/Link-Shortener-API

Repository files navigation

Link Shortener API

An attempt to make a "Link Shortener API" in Node JS

Installation

Clone the repo and install the dependencies using the following command:

npm install

Environment Variables

Create a .env file in the root and declare the following variables with appropritae values

PORT
MONGO_URI

Run Command

npm start

if you have nodemon installed, then you can use the following command

npm run dev

About

A basic approach to making a Link Shortener API in Node JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published