This app contain an api to parse the csv file and upload the informations in specific collection and then you can also perform CRUD operation on parsed data.
- Node.js
- MongoDB
- Clone the repository.
- Create .env file in root directory and set following values:
PORT: Your own value
MONGO_URI: Your mongo db url
- Run following commands
npm i
npm start