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

https://github.com/gthomas08/timestamp-microservice

freeCodeCamp Timestamp Microservice
https://github.com/gthomas08/timestamp-microservice

express freecodecamp javascript nodejs

Last synced: 4 months ago
JSON representation

freeCodeCamp Timestamp Microservice

Awesome Lists containing this project

README

        

# Timestamp Microservice

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