Skip to content

emiliosheinz/briskly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Briskly

Briskly! Your AI powered flashcards app.

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.

💻 Preview

Screenshot 2023-09-08 at 10 09 24

🔥 Used technologies

  • Next.js
  • React.js
  • Tailwind CSS
  • TypeScript
  • OpenAI API
  • Prisma ORM
  • PostgreSQL
  • Docker
  • Railway

🔧 Running locally

  • 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