- These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone the repo
https://github.com/AbegaM/csv-parser-project.git
- Install NPM packages
npm install
- Create env files
- Local environments
.env
-
Add your environment variables in the .env file you created, for this version you only need to add the port for the API
PORT
- Running the code in production environment
npm run start