Back to all Bounties
Earn 45,000 ($450.00)
due 2 years ago
Canceled
Backend for AI Flashcard app (must have experience with FastAPI or Flask)
alexbowe
Details
Applications
2
Discussion
Bounty Description
Problem Description
I am building a Python FastAPI backend and need the following:
- A static front-page that supports login (can use a basic template like Bootstrap)
- OAuth login
- Ability for users to register a Readwise API key
- Ability for user to generate multiple API tokens for this app
- Periodic fetching of new highlights (I have this partially implemented)
- Querying GPT to generate flash cards (I have this partially implemented)
- Storing their highlights and flashcards in a database, with timestamps (so we can fetch just the updates).
- A REST API end point to fetch these (with an access token)
Acceptance Criteria
- The above functionalities added
- My signoff (I want the opportunity to do code reviews)
Ideally there would be intermediate deliverables, such as the login functionality, etc.
In your application, please show examples of FastAPI work you have done, or similar Flask projects.