This repository has been archived on 2023-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
freecodecamp-projects/6-backend-dev/3-url-shortener
2022-10-24 19:40:10 +02:00
..
public Add URL shortener certification project 2022-10-24 19:40:10 +02:00
views Add URL shortener certification project 2022-10-24 19:40:10 +02:00
.gitattributes Add URL shortener certification project 2022-10-24 19:40:10 +02:00
.gitignore Add URL shortener certification project 2022-10-24 19:40:10 +02:00
.prettierignore Add URL shortener certification project 2022-10-24 19:40:10 +02:00
.replit Add URL shortener certification project 2022-10-24 19:40:10 +02:00
index.js Add URL shortener certification project 2022-10-24 19:40:10 +02:00
nodemon.json Add URL shortener certification project 2022-10-24 19:40:10 +02:00
package-lock.json Add URL shortener certification project 2022-10-24 19:40:10 +02:00
package.json Add URL shortener certification project 2022-10-24 19:40:10 +02:00
README.md Add URL shortener certification project 2022-10-24 19:40:10 +02:00
sample.env Add URL shortener certification project 2022-10-24 19:40:10 +02: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.