URL Shortener Microservice https://urlshortener.radiidev.repl.co/
Go to file
Prince Mendiratta 5676e7504f
fix: remove .replit file (#53)
Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>

Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
2022-12-03 10:59:38 +09:00
public Update public/style.css 2020-10-14 12:04:18 +09:00
views fix: update route to new one (#33) 2021-04-19 20:25:29 +09:00
.gitattributes fix: replit issues (#49) 2022-07-15 16:31:28 -06:00
.gitignore
.prettierignore fix: replit issues (#49) 2022-07-15 16:31:28 -06:00
index.js fix: rename server.js to index.js for replit debugging (#44) 2022-05-05 06:29:29 -07:00
nodemon.json feat: add and configure nodemon 2020-09-14 18:09:53 +09:00
package-lock.json fix: replit issues (#49) 2022-07-15 16:31:28 -06:00
package.json fix: rename server.js to index.js for replit debugging (#44) 2022-05-05 06:29:29 -07:00
README.md chore: clarify readme (#43) 2022-05-03 15:21:37 -05:00
sample.env chore: no db (#37) 2021-08-10 18:56:33 +01:00

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.