1- Clone the project: [email protected]:AfafRH19/RFP.git 2- to run the flask :
rm -rf venv
python3 -m venv venv
source venv/bin/activate
pip install Flask flask-cors pip install Flask pip install pymupdf Python3 flasktest.py
3- to run ReactJS:
cd rfp-app npm install npm start
- rfp-app: front of the project (REACT)
- Uploads: It's the directory that groups the documents sent by the front-end. It will overwrite the existing documents every time new documents are sent, and they are automatically renamed to avoid confusion.
- flasktest.py : it s main of the flask (endpoint that receive the docs and send response)