Decarbonize your shopping list at listail.org
Built with little sleep for CommunityOS (https://communityos.io/) AI hackathon, sponsored by OpenAI (https://openai.com/) and Fintual (https://fintual.com/).
23 Aug - 25 Aug, 2024
-
Install Poetry:
pip3 install poetry
-
Navigate to the backend directory:
cd backend
-
Install dependencies:
poetry install
-
Run the FastAPI server:
poetry run uvicorn main:app --reload
-
Navigate to the frontend directory:
cd frontend
-
Install dependencies:
yarn install
-
Run the development server:
yarn dev
Access the application at http://localhost:3000