kneevin / TEAM3_REPO

0 stars 0 forks source link

A way to upload files #3

Open DylanTran25 opened 2 months ago

DylanTran25 commented 1 month ago

Team3-React-FastAPI.zip Using React created a webpage to upload Ipython notebooks. It also uses FastAPI and python to extract images and has a link to show pictures. To run first need to install node_modules done by cd frontend npm install

DylanTran25 commented 1 month ago

Open 2 terminals 1st Terminal cd backend uvicorn main:app --reload

2nd cd frontend npm install (if node_modules is missing) npm start