This is a mental health appointment booking web application for CAPS - a student counselling unit at LUMS.
Install the following extensions in Visual Studio Code:
- ESLint
- Babel Javascript
- Prettier - Code formatter
Install the dependencies via:
npm install
cd ./server && npm run dev
cd ./client && npm start