Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 701 Bytes

File metadata and controls

36 lines (26 loc) · 701 Bytes

Run Backend

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

Run Frontend

cd frontend
npm run dev

How it looks like to run backend and frontend at the same time:

Screenshot 2024-04-07 at 11 23 10 PM