Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```