- Alisha Lin (PM)
- Tucker Stanley (Dev)
- Elizabeth Tang (Dev)
- Pratyush Sudhakar (Dev)
- Lily Pham (Dev)
- Oscar Wang (Dev)
- Alyssa Zhang (Dev)
- Patricia Huang (Dev)
- Jasmine Li (Dev)
- Helen Lei (Dev)
-
Clone the repository
git clone https://github.com/cornell-dti/mlmn-findoc.git
-
CD into the repository
cd mlmn-findoc -
Put the
.envfile in the root directory of the repository
-
Create a virtual environment in the root directory
python3 -m venv venv
-
Activate the virtual environment
source venv/bin/activate -
Install the dependencies
pip install -r requirements.txt
-
Put the
credentials.jsonfile in thebackenddirectory
-
CD into the frontend directory
cd frontend -
Install the dependencies
npm install
-
Put the
.env.localfile in thefrontenddirectory
-
CD into the frontend directory
cd frontend -
Run the frontend
npm run dev
The frontend should now be running on localhost:3000
-
CD into the
backenddirectorycd backend -
Run the backend
python server.py
The server should now be running on localhost:8080