Skip to content

Praveen8161/nodejs-filesystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS File System

  • It have a two main functions
  • Create a file with current DateTime Name the format is date-Hour Minute Second
  • example of file name 23D-12H45M52S
  • and store a TimeStamp as a Files Content
  • It will read all the text file names in the folder

Technologies Used

  • Node JS
  • Express
  • Nodemon

Working

  • The Home page will automatically create a new File everytime the page refreshed
  • The API Endpoint is ("/create")
  • And it will retrive all the files names from the directory where the files are created
  • The API Endpoint is ("/read")

API Documentation

Render Site URL

-Live Site Create

-Live Site Read