Helpbreath has 2 main components:
- MERN app
- Python App
In order to run the MERN App, you have to start the backend and the frontend of the application!
- install dependencies:
npm install
- run the code:
npm start
Note: Run the frontend code, after the backend is started!
- install dependencies:
npm install
- run the code:
npm start
Those commands run the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
In order to run the Python app and the python related scripts, go and read the README from the Python App
folder.