A simple microservice to parse request headers, published on Replit here --> https://replit.com/@nicole-lancaste/request-header-parser
This is a microservice project built as part of the freeCodeCamp backend and API certification https://www.freecodecamp.org/learn/back-end-development-and-apis/ (project 2 of 5)
freeCodeCamp give you a boilerplate project template that you can clone here: https://github.com/freeCodeCamp/boilerplate-project-headerparser however, I chose to build my own project from scratch.
- TypeScript
- Node.js
- Express.js
Nicole Lancaster