Briskly is a flashcard digitization app where I utilize Natural Language Generation and Processing to create flashcards based on context and validate user responses. This enhances the user's study autonomy and reduces friction and steps required for creating a new study deck.
- Next.js
- React.js
- Tailwind CSS
- TypeScript
- OpenAI API
- Prisma ORM
- PostgreSQL
- Docker
- Railway
- Go to the root folder
cd briskly
- Create a
.env
file based on.env.example
- Fill in all environment variables
- Install all dependencies
yarn
- Setup the database with Docker
docker-compose up -d
- Run the dev server
yarn dev