Avida is an interactive mood board with draggable cards where people write what they want to do before a certain age.
- Nextjs
- Tailwind CSS
- Neon Postgres DB
- Drizzle ORM
- Next Auth
First,install dependencies:
npm installthen run
npm run devAUTH_SECRET=your next auth secret
GOOGLE_CLIENT_ID=your google client id
GOOGLE_CLIENT_SECRET=your google client secret
DATABASE_URL=your neon db url
NEXT_PUBLIC_API_ENDPOINT=http://localhost:3000- Sign in as guest or with google
- Create a dreamcard saying what you wanna do
- View all draggable dreamcards from anonymous users
- View all your dreamcards(my entries)