Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitkumaurya/zywa-be-assignment
https://github.com/amitkumaurya/zywa-be-assignment
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amitkumaurya/zywa-be-assignment
- Owner: AmitKuMaurya
- Created: 2023-12-22T13:57:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T18:00:03.000Z (about 1 year ago)
- Last Synced: 2024-11-09T03:14:27.418Z (2 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.