An open API service indexing awesome lists of open source software.

https://github.com/janani2311/nodejs-day1-task


https://github.com/janani2311/nodejs-day1-task

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

PostMan documentation - https://documenter.getpostman.com/view/36929104/2sA3kYiKVX.
Render URL - https://nodejs-day1-task-dum9.onrender.com/
This Express application consists of 4 API endpoints
1. '/' - creates a new text file under the folder name 'TImeStamp' in the name of current Date Time. Also, the content of the file reflects the same date and time.
2. '/post' - Data in the existing file will be deleted and updated with the new data sent through API req.
3. '/add' - Append the data sent through API req to the existing file.
4. '/getTextFiles' - to retrieve all the .txt files in the folder 'TimeStamp'.