First time set up
first add a .env file (ask me for it)
cd backend
pip install python-dotenv
pip install SQLAlchemy
pip install -r requirements.txt
pip install pymupdf==1.23.26
python3 run.py
Run after settting up
cd backend
python3 run.py
URL for backend test
It's running on: http://127.0.0.1:8080
But to see the test json message, go to: http://127.0.0.1:8080/api/home
cd frontend
npm run dev