项目作者: fractalfox01

项目描述 :
A TimeStamp verification server built for FreeCodeCamp's Timestamp Microservice challenge.
高级语言: JavaScript
项目地址: git://github.com/fractalfox01/TimeStampApi.git
创建时间: 2018-04-17T22:28:34Z
项目社区:https://github.com/fractalfox01/TimeStampApi

开源协议:

下载


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