This is a temporary repository for crispy

demo

youtube link

run

  • add some images in resources/images
  • docker-compose up --build
  • open http://0.0.0.0:8080/ on your browser

dev

To allow the development of the project, you can build wihout docker-compose: to do so, you'll need another resource folder

  • add a .env in backend/.env which contains the following variables:

    • DIRECTORY_PATH=ressources/
  • copy your usual resources/ in backend/resources/

  • cd frontend && npm install && npm run dev

  • cd backend && pip install -r requirements.txt && uvicorn src.app:app --reload --host 0.0.0.0 --port 1337