Skip to content

maxxfuu/HAMM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HAMM

Healthcare Administration and Medical Management

Setup

Backend
  • 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
Frontend

Install Node.js

Install dependencies

npm i

Set 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

About

Healthcare Administration and Medical Management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors