Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.56 KB

README.md

File metadata and controls

41 lines (35 loc) · 1.56 KB

CHATR by Quality Tech

How to run

Requirements

Before starting, make sure to have these requirements installed:

  • git
  • npm
  • mongodb

Setting up

  1. Clone repository and checkout the branch
git clone https://github.com/rohit777agrawal/QualityTechnologies.git
git checkout emrys
  1. Navigate to the 'client' directory and install dependencies
cd QualityTechnologies/client
npm install
  1. Navigate to the 'server' directory and install dependencies
cd ../server
npm install

Running

  1. Start the server
npm start
  1. In another terminal, navigate to the client and start the client
cd [path to repo]/client
npm start

Viewing webpage

Navigate to https://localhost:3000 in your browser