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 1 year ago
public Update public/style.css 4 years ago
views fix: update route to new one (#33) 3 years ago
.gitattributes Scaffold 1 year ago
.gitignore feat: cleanup glitch assets and files and general prettifying 4 years ago
.prettierignore fix: replit issues (#49) 2 years ago
README.md chore: clarify readme (#43) 2 years ago
index.js Imp: Do not accept requests on `/api/shorturl/` POST endpoint until`shortUrlsCounter` is read from MongoDB 1 year ago
nodemon.json Scaffold 1 year ago
package-lock.json Scaffold 1 year ago
package.json Scaffold 1 year ago
sample.env chore: no db (#37) 3 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.