An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Request Header Parser Microservice

[![Run on Repl.it](https://repl.it/badge/github/gthomas10/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.