In order to run this source code:
- Reach the folder frontend from terminal
- Example: C:\Users\{nameOfUser}\WebstormProjects\mental_health_app\frontend>
- Execute the command npm install or yarn install to ensure you have all dependencies up to date
- Execute the command npm start or yarn start
- In another terminal, reach the folder backend
- Example: C:\Users\{nameOfUser}\WebstormProjects\mental_health_app\backend>
- Execute the command npm install or yarn install to ensure you have all dependencies up to date
- Execute the command npm start or yarn start
- On the new tab page of your default internet browser, http://localhost:19002/, turn on Production Mode
- Since this application was not deployed, you will need to adjust the baseURL on the file api.tsx
- To run the iOS simulator follow this
- Alternatively, you can run this application from your iOS decive by downloading "Expo Go" app
- Scan the barcode with your iOS device's camera
- Unfortunately, for android the frontend is not fully implemented to render the UI appropriately
To stop the servers of frontend and backend: ctrl + C or command + C