Skip to content

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

Notifications You must be signed in to change notification settings

fractalfox01/TimeStampApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published