Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 782 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 782 Bytes

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.