- 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
- Node JS
- Express
- Nodemon
- 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")