Healthcare Administration and Medical Management
- Install miniconda https://docs.anaconda.com/free/miniconda/miniconda-install/
- Create a conda environment from the environment.yaml template
conda env create -f environment.yml - Activate the conda environment to start testing the backend
conda activate HAMM - cd into the 'HAMM/backend/' directory
cd backend - Run a development server
uvicorn main:app --reload
Install Node.js
Install dependencies
npm iSet environment variables
To run this project, you need to set the required environment variables. Create a new file called `.env` and fill in the values.Start the local development server on http://localhost:3000
npm run dev