Steps to build locally: i. install Node ii. Clone the repo iii. cd foldername iv. npm install Run the Backend : i.cd Backend ii. cd src iii. node index.js Run the Frontend: i. cd Frontend ii. npm run dev