URL Shortener Microservice https://urlshortener.radiidev.repl.co/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Manish df02eafbd1 Imp: Do not accept requests on `/api/shorturl/` POST endpoint until`shortUrlsCounter` is read from MongoDB 6 months ago
public Update public/style.css 3 years ago
views fix: update route to new one (#33) 2 years ago
.gitattributes Scaffold 6 months ago
.gitignore
.prettierignore fix: replit issues (#49) 1 year ago
README.md chore: clarify readme (#43) 1 year ago
index.js Imp: Do not accept requests on `/api/shorturl/` POST endpoint until`shortUrlsCounter` is read from MongoDB 6 months ago
nodemon.json Scaffold 6 months ago
package-lock.json Scaffold 6 months ago
package.json Scaffold 6 months ago
sample.env chore: no db (#37) 2 years ago

README.md

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.