git clone https://github.com/khertg/BhouseReminderApp.git
npm install
If you only want to install the dependencies for the api
npm run install:api
If you only want to install the dependencies for the web
npm run install:web
npm start
npm run start:api
npm run start:web
If you want to run the api.
cd root/api
npm start
If you want to run the api.
cd root/web
npm start