Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikilkumaar/node-file-system
https://github.com/nikilkumaar/node-file-system
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikilkumaar/node-file-system
- Owner: NikilKumaar
- Created: 2024-05-11T15:46:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T06:36:44.000Z (8 months ago)
- Last Synced: 2024-05-12T17:23:26.274Z (8 months ago)
- Language: JavaScript
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NODEJS FILE SYSTEM
- This application creates a web server on port 5000 with two endpoints. The '/createFile' generates a text file in a folder named 'Current_TimeStamp' containing the current timestamp and sends its content as a response. The '/getFiles' endpoint retrieves and returns a list of all text files in the same folder.
## POSTMAN API DOCUMENTATION
- The below link explains how the api works and its description are mentioned.
- https://documenter.getpostman.com/view/34767736/2sA3JM8MsT## BackEnd Deployed URL
- Backend deployment is done with the help of Render.com
- https://node-file-system-bff2.onrender.com
- The above link is backend deployed url, and it is works by hitting the API endpoints as ["backend_deployed_url/createFile"] and ["backend_deployed_url/getFiles"]