A header parser microservice project made to achieve a freecodecamp certification at the course: Back End Development and APIs
- Install Yarn version 1.22.18 or higher
- Clone the repository
$ git clone https://github.com/Brunoaqu/header-parser-microservice
- Install dependencies
$ cd header-parser-microservice
$ yarn install
- Build and run the project
$ yarn start
Navigate to http://localhost:3000
-
API Document endpoints
get ip and browser info Endpoint : http://localhost:3000/api/whoami