StephanAkkerman / FluentAI

Automating language learning with the power of Artificial Intelligence. This repository presents FluentAI, a tool that combines Fluent Forever techniques with AI-driven automation. It streamlines the process of creating Anki flashcards, making language acquisition faster and more efficient.
https://akkerman.ai/FluentAI/
MIT License
9 stars 1 forks source link

Align Front-end axios api with back-end #79

Open WinstonLam opened 1 week ago

WinstonLam commented 1 week ago
  1. Description:

    • Problem: Not all functionality is supported yet for the card creation by the front-end API. And we don't know yet how to handle successful response from the back-end api

    • Solution: Add more functionality to the axios API and expand it.

    • Prerequisites: Back-end FastAPI route for card creation should be set up

WinstonLam commented 1 week ago

Currently front-end deployement happens with npm, needs to switch over to github action with it's own dedicated deploy yml