https://github.com/gthomas08/request-header-parser-microservice
freeCodeCamp Request Header Parser Microservice
https://github.com/gthomas08/request-header-parser-microservice
express freecodecamp javascript nodejs
Last synced: 4 months ago
JSON representation
freeCodeCamp Request Header Parser Microservice
- Host: GitHub
- URL: https://github.com/gthomas08/request-header-parser-microservice
- Owner: gthomas08
- Created: 2021-09-07T12:36:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T14:19:44.000Z (about 2 years ago)
- Last Synced: 2025-01-21T03:41:43.408Z (5 months ago)
- Topics: express, freecodecamp, javascript, nodejs
- Language: JavaScript
- Homepage: https://request-header-parser-microservice.gthomas10.repl.co
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Request Header Parser Microservice
[](https://repl.it/github/gthomas10/Request-Header-Parser-Microservice)
## About The Project
This project is part of the FreeCodeCamp Back End Development and APIs curriculum.
You can find more information [here](https://www.freecodecamp.org/learn/back-end-development-and-apis/back-end-development-and-apis-projects/request-header-parser-microservice).
### Built With
* [Node.js](https://nodejs.org/)
* [Express](https://expressjs.com)## Getting Started
### Prerequisites
* [Node.js](https://nodejs.org/)
### Installation
1. Clone the repo
```bash
git clone https://github.com/gthomas08/Request-Header-Parser-Microservice.git
```
2. Go to project directory
```bash
cd Request-Header-Parser-Microservice
```
3. Install npm packages
```bash
npm install
```## Usage
Start the application
```bash
npm start
```Test that the project is running by going to http://localhost:8080.