Skip to content

URL Shorterner application taken from Freecodecamp's boilerplate project template and enhanced

Notifications You must be signed in to change notification settings

philyeo/urlshorterner

Repository files navigation

Changes as of 14 June:

  • Added DockerFile for local deployment to Docker container

DISCLAIMER: This project is based upon freecodecamp's boilerplate URL Microservice project implementation. Most of the structure is already there except, the implementation of post and get. Modifications were also made to the view, UI interactions, and a swagger based doc was added to the project as well for API documentation

This project is hosted in replit.com, https://replit.com/@philyeo/boilerplate-project-urlshortener To be able to run the application LIVE, head over to the link above, and click on the 'RUN' button. Once the message shows
running server
"listening on port 3000", copy and paste the following url to your browser address box, 'https://boilerplate-project-urlshortener.philyeo.repl.co' The URL Shortener microservice application should look like as shown below
webpage
To visit the API documentation, head over to https://boilerplate-project-urlshortener.philyeo.repl.co/api-docs The API documentation uses Swagger that follows Open API Specification (OAS) V3.0 standards
apidocs
The API endpoints works within Postman / curl call, and has also been integrated with the UI front-end of the current application itself. The application uses MongoDB as a backend NoSQL db.

About

URL Shorterner application taken from Freecodecamp's boilerplate project template and enhanced

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published