Skip to content

rafafdz/listailor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LISTaiLOR

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

Dream Team ✨

Setup

Backend (FastAPI)

  1. Install Poetry:

    pip3 install poetry
    
  2. Navigate to the backend directory:

    cd backend
    
  3. Install dependencies:

    poetry install
    
  4. Run the FastAPI server:

    poetry run uvicorn main:app --reload
    

Frontend (Next.js)

  1. Navigate to the frontend directory:

    cd frontend
    
  2. Install dependencies:

    yarn install
    
  3. Run the development server:

    yarn dev
    

Access the application at http://localhost:3000

About

Decarbonize your shopping list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published