This is a FastAPI x React app for typless integration(Typless Docs). The backend handles file uploads from frontend app.
- for building app separately check readme's in
backend
andfrontend
folders.
- Docker
- (IMPORTANT) setup env files in frontend & backend folders
- check
.env.example
files - populate
.env
for frontend and backend
- check
docker-compose up --build