Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecodingmontana/zuri-training-nodejs-file-system-task
Nodejs File System Task from Zuri Training
https://github.com/thecodingmontana/zuri-training-nodejs-file-system-task
Last synced: 7 days ago
JSON representation
Nodejs File System Task from Zuri Training
- Host: GitHub
- URL: https://github.com/thecodingmontana/zuri-training-nodejs-file-system-task
- Owner: thecodingmontana
- Created: 2021-04-15T08:34:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T09:47:56.000Z (over 3 years ago)
- Last Synced: 2024-12-19T03:42:48.825Z (17 days ago)
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nodejs File System Task from Zuri Training
Installing Dependecies (Axios).
```
npm install
```Run The API server
```
node api_server
```Get Posts From The Server And _*Writing Them Into The post.json file*_. Run the below command into the terminal.
```
node getPosts
```