URL Shortener Microservice https://urlshortener.radiidev.repl.co/
Go to file
2025-06-19 20:26:31 +10:00
public
views
.gitattributes Scaffold 2023-03-28 10:27:25 +11:00
.gitignore
.prettierignore fix: replit issues (#49) 2022-07-15 16:31:28 -06:00
index.js explicitly listen to all IPv4 interfaces 2025-06-19 20:26:31 +10:00
nodemon.json Scaffold 2023-03-28 10:27:25 +11:00
package.json Scaffold 2023-03-28 10:27:25 +11:00
README.md chore: clarify readme (#43) 2022-05-03 15:21:37 -05:00
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.