Before starting, make sure to have these requirements installed:
- git
- npm
- mongodb
- Clone repository and checkout the branch
git clone https://github.com/rohit777agrawal/QualityTechnologies.git
git checkout emrys
- Navigate to the 'client' directory and install dependencies
cd QualityTechnologies/client
npm install
- Navigate to the 'server' directory and install dependencies
cd ../server
npm install
- Start the server
npm start
- In another terminal, navigate to the client and start the client
cd [path to repo]/client
npm start
Navigate to https://localhost:3000 in your browser