This project is part of the FreeCodeCamp Back End Development and APIs curriculum.
You can find more information here.
-
Clone the repo
git clone https://github.com/gthomas08/URL-Shortener-Microservice.git
-
Go to project directory
cd URL-Shortener-Microservice
-
Install npm packages
npm install
-
Add the following environment variable to .env file
MONGO_URI
Start the application
npm start
Test that the project is running by going to http://localhost:8080.