Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amitkumaurya/zywa-be-assignment


https://github.com/amitkumaurya/zywa-be-assignment

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

## This is a Node Js Application, Which can fetch mutiple file at a time and store the data stored from .csv file to NoSql database.

- Video Demonstration of the project.
```HTTP

```

### Here are some steps to run the Application in your system.

* Clone the project.
```bash
git clone https://github.com/AmitKuMaurya/Zywa-be-assignment.git
```

* Go to the root directory
```bash
cd Zywa-be-assignment
```

* Install Node Modules.
```bash
npm install or yarn add
```

* Include environment variables. mentioned in(.env.example)
* copy from it create a .env file and paste it there.

### Now, follow these commands to start the application.
| Steps | Command | Example | Description |
| :------| :-------- | :------- | :-------------------------------------- |
| 1 | npm run dev | nodemon ./server.js | **Required**. to start the server. |

* After, that you server is started hit the endponted mentioned in server.js file for more explaination watch the video mention above.