Skip to content

code-ga/quizzlet-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Self hosted tiny quizzlet

You can create your collect of question and then learn that

How to use

Host backend

Firstly, install the dependence of backend api by using

cd backend
bun i

then you can run api by type

bun run src/index.ts

then you can use something like cf tunnel to expose backend api

Host frontend

I recommend you to use somethings like vercel to optimize the performance and easier to deploy. You just need to put the backend api url (after expose) to BE_URL in environment variable config.

Feature

  • flashcard
  • multiple choice exam

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published