Car-Parking-Management-System To configure and setup Server Use the terminal cd server install dependencies - yarn install convert typeScript file to javaScript files yarn watch to run server yarn dev To configure and setup Web cd ../web install dependencies - yarn install to run server - yarn dev You'll need PostgreSQL and Redis to run server