An attempt to make a "Link Shortener API" in Node JS
Clone the repo and install the dependencies using the following command:
npm install
Create a .env
file in the root and declare the following variables with appropritae values
PORT
MONGO_URI
npm start
if you have nodemon installed, then you can use the following command
npm run dev