A game-based learning platform like kahoot but opensource!
- HTML5
- CSS (Tailwind CSS)
- JavaScript (TypeScript)
- ReactJS (NextJS)
- Express (Node.js)
- Vitest
- PostgreSQL
- MongoDB
- CI/CD with Github workflow
- Docker (Devops)
- Express
- Swagger
- Prisma
- Nextjs
- Node: v20.10.0
- Install Next.js
- Install Express
npx create-next-app@latest
npm install express
-
Connect frontend and backend, i.e. frontend can make a request to backend and get a response successfully.
-
Write a frontend unit test to test the
apiTest
api call. -
Write a e2e test to test the route
/test