Skip to content

jane-does-coding/What-the-Duck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 bsp;

History

19 Commits
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;
 bsp;

Repository files navigation

What the Duck

Make sure to have less of "What the Duck?!" moments when planning your sprints, with the power of AI to help you with it!

Screenshot 2025-11-29 at 8 23 49 PM Screenshot 2025-11-20 at 6 04 17 PM

Languages & Technologies:ies:

My Skills

Powered by Gemini!


Setup

1. Clone the repo

git clone https://github.com/jane-does-coding/What-the-Duck

cd what-the-duck

2. Install the dependencies

npm i

3. Configure .env

DATABASE_URL="your mongodb"
NEXTAUTH_SECRET=="random-secret"
GEMINI_API_KEY=="gemini api key"

4. Setup Prisma

npx prisma generate

4. Run the project

npm run dev