URL Shortener Microservice https://urlshortener.radiidev.repl.co/
Go to file
2022-05-05 06:29:29 -07:00
public
views
.gitignore
.replit
index.js fix: rename server.js to index.js for replit debugging (#44) 2022-05-05 06:29:29 -07:00
nodemon.json
package-lock.json
package.json fix: rename server.js to index.js for replit debugging (#44) 2022-05-05 06:29:29 -07:00
README.md
sample.env

URL Shortener Microservice

This is the boilerplate code for the URL Shortener Microservice project. Instructions for building your project can be found at https://www.freecodecamp.org/learn/back-end-development-and-apis/back-end-development-and-apis-projects/url-shortener-microservice.