Skip to content

floatingtortoise/lantern

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •