Skip to content

Mathivathanakk/Nodejs-File-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs File System

The Node.js file system module, also known as the fs module, is a built-in module that allows developers to interact with the file system. It provides an asynchronous API for reading, writing, deleting, and updating files and directories.

API Documentation

https://documenter.getpostman.com/view/34950603/2sA3Qs9XFF

Baseurl:-


https://nodejs-file-system-71wa.onrender.com
Endpoints:-

/create

This create the text file of current date-time in a particular folder and retrieve the current timestamp in this endpoint

https://nodejs-file-system-71wa.onrender.com/create
/read

This endpoint retrieves all the current timestamp text files in the particular folder

https://nodejs-file-system-71wa.onrender.com/read