Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

A backend service that process the timestamp parameter.

License

Notifications You must be signed in to change notification settings

kentlouisetonino/node-timestamp

Repository files navigation

DESCRIPTION

2023-08-05.00-01-41.mp4

  • A backend application that allows you to process the timestamp parameter.


LOCAL DEVELOPMENT

  • Run the following commands.
# Development scripts.
yarn install
yarn build
yarn dev

# Unit testing script.
yarn tests

  • API testing.
Method: GET
URL: http:https://localhost:11000/api/:timestamp?
Path Variables: { "timestamp": "value here" }