URL Shortener Microservice https://urlshortener.radiidev.repl.co/
Go to file
2025-06-18 23:58:03 +10:00
public
views
.gitattributes Scaffold 2023-03-28 10:27:25 +11:00
.gitignore
.prettierignore
index.js Imp: Do not accept requests on /api/shorturl/ POST endpoint untilshortUrlsCounter is read from MongoDB 2023-03-29 12:20:16 +11: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
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.