2023-08-05.00-01-41.mp4
- A backend application that allows you to process the timestamp parameter.
- Run the following commands.
# Development scripts.
yarn install
yarn build
yarn dev
# Unit testing script.
yarn tests
- API testing.
Method: GET
URL: http://localhost:11000/api/:timestamp?
Path Variables: { "timestamp": "value here" }