https://github.com/nivetharajkumar/nodejs-day-1-task
This is Current timestamp task
https://github.com/nivetharajkumar/nodejs-day-1-task
nodejs
Last synced: 10 months ago
JSON representation
This is Current timestamp task
- Host: GitHub
- URL: https://github.com/nivetharajkumar/nodejs-day-1-task
- Owner: NivethaRajkumar
- Created: 2024-05-29T02:12:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-30T17:49:26.000Z (over 1 year ago)
- Last Synced: 2025-01-22T09:32:24.122Z (12 months ago)
- Topics: nodejs
- Language: JavaScript
- Homepage: https://nodejs-day-1-task-oan7.onrender.com
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Nodejs File System
This API create a webserver on port 4000 which has two end points 'create' and 'read'.
/create:Generates a text file in the Timestamp folder with the current timestamp as its content and filename. The filename format is dd-MM-yyyy-HH-mm-ss.txt.
/read:Retrieves and returns a list of all text files in the Timestamp folder.
API Documentation
https://documenter.getpostman.com/view/35168999/2sA3Qv7qba