Requirements Make sure you have mongodb and node installed on your local machine. Installation Start MongoDB $ npm run db:start Import csv data into mongodb $ npm run db:import Install dependencies $ npm i Run application $ npm run serve