https://github.com/thangapandi-k/nodejs-filesystem
Creating a file and reading a file inside a folder usin API endpoints using NodeJS File System
https://github.com/thangapandi-k/nodejs-filesystem
expressjs fs postman
Last synced: 3 months ago
JSON representation
Creating a file and reading a file inside a folder usin API endpoints using NodeJS File System
- Host: GitHub
- URL: https://github.com/thangapandi-k/nodejs-filesystem
- Owner: Thangapandi-K
- Created: 2024-07-24T05:11:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-24T07:44:14.000Z (over 1 year ago)
- Last Synced: 2025-03-15T03:28:13.198Z (about 1 year ago)
- Topics: expressjs, fs, postman
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## NodeJS File System Task
> 1. Writing an API endpoint which will create a text file in a particular folder.
- Content of the file will be the current timestamp.
- The file name should be current date-time.txt.
### Endpoint: `/newFile`
> 2. Writing an API endpoint to retrieve all the text files names in that particular folder.
### Endpoint: `/getFiles`