Clone the project
git clone https://github.com/Introfect/zaillex.gitGo to the project directory
open to terminals and navigate inside client and server folders seperately
Install dependencies
Firstly you need to install jsonserver in your system to run the dummy server
npm install -g json-servernow instal the dependency for the react application
npm i --forceRun the server before the react application, json file is alteady in the project repo run
json-server db.jsonI have added the google maps api key in the code itself for avoiding problems while setting on your devices
Start the server use the command
npm startPlease reach out if any issues while running
aayushmanpratap333@gmail.com```