- 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
.env
file 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.json
file in thebackend
directory
-
CD into the frontend directory
cd frontend
-
Install the dependencies
npm install
-
Put the
.env.local
file in thefrontend
directory
-
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
backend
directorycd backend
-
Run the backend
python server.py
The server should now be running on localhost:8080