Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 477 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 477 Bytes

GenAI

Screenshot 2024-05-11 003808

The FastAPI REST Server is implemented in the main.py file. The React code is in the app folder.

How to run

  1. Install the dependencies
pip3 install -r requirements.txt
  1. Start the FastAPI server
python3 main.py
  1. Start the React app
cd app
npm install
npm start