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

https://github.com/gthomas08/file-metadata-microservice

freeCodeCamp File Metadata Microservice
https://github.com/gthomas08/file-metadata-microservice

express freecodecamp javascript nodejs

Last synced: 4 months ago
JSON representation

freeCodeCamp File Metadata Microservice

Awesome Lists containing this project

README

        

# File Metadata Microservice

[![Run on Repl.it](https://repl.it/badge/github/gthomas10/File-Metadata-Microservice)](https://repl.it/github/gthomas10/File-Metadata-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/file-metadata-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/File-Metadata-Microservice.git
```
2. Go to project directory
```bash
cd File-Metadata-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.