Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.32 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.32 KB

Timestamp API

An Express.js API that converts a given calendar date to its affiliated timestamp and vice versa.

Inspired by the Timestamp Microservice challenge as part of the curriculum for the APIs and Microservices Certification on freeCodeCamp.


Built With

Demo

View project demo at https://autumnchris-timestamp-api.onrender.com/api.

Instructions

After forking and cloning, navigate to the repository in your command line and install the NPM packages:

npm install

Run the following script in your command line if starting the repository in development mode:

npm run dev

Run the following script in your command line if starting the repository in production mode:

npm start

Once the server is running, go to http://localhost:3000 in your browser.