To run the application do the following : Go to backend : Download the modules using npm : npm i To start the backed server : tsc -b node dist/index.js Go to frontend : Download the modules using npm : npm i To run frontend : npm run dev