Skip to content

tripplen23/E_Agency

Repository files navigation

Make sure you have Docker installed on your machine and run the docker engine.

To run the project, you need to install the dependencies and run the development client and LLM model in docker.

pnpm install
pnpm dev

Then to run the server, you need to the following steps:

cd server
cd fastapi
.\env\Scripts\activate
pip install -r requirements.txt
uvicorn main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published