/TimeStampApi

A TimeStamp verification server built for FreeCodeCamp's Timestamp Microservice challenge.

Primary LanguageJavaScript

A TimeStamp MicroService

========================== A TimeStamp verification server built for FreeCodeCamp's Timestamp Microservice challenge.

Basic Use:

1. clone from github:

$ git clone https://github.com/fractalfox01/TimeStampApi.git

2. install Npm and Nodejs:

  • Follow your system's guidelines for Installing Npm and Nodejs.

3. Initiate Project:

  • This should install the dependencies listed in package.json (if not already downloaded).
  • $ npm init

4. Install node modules:

  • $ npm install

5. Start The Server:

  • $ npm start
  • Then open a browser window and navigate to localhost:3000
  • Click The link to send a test query.

Built using Expressjs.

View @ This Glitch Page