Skip to content

GoogolDKhan/URL-Shortener-Microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech Stack

Client: HTML, CSS

Server: Node, Express

Packages: MongoDB, Mongoose

Environment Variables

To run this project, you will need to add the following environment variables to the .env file

MONGO_URI

Run Locally

Clone the project

  git clone https://github.com/GoogolDKhan/URL-Shortener-Microservice.git

Go to the project directory

  cd URL-Shortener-Microservice

Install dependencies

  npm install

Start the server

  npm run start

Credit

  • Cheers to Ganesh H for providing an awesome written guide

  • Dated : 26-06-2021