Quiz-based Learning and Practice System using NextJS framework, ASP.NET Core Web API and PostgreSQL database
QuizLearn is a web application that allows users to create and take quizzes. It is built using NextJS framework, ASP.NET Core Web API and PostgreSQL database.
- Node.js 18.17 or later. (use nvm to manage Node versions)
- macOS, Windows (including WSL), and Linux are supported.
-
Clone the repo
git clone git@github.com:blackmouse572/quizler-fe.git
-
Install NPM packages
pnpm install
If you don't have pnpm installed, run
npm install -g pnpmto install it globally.
Run the app in development mode
pnpm devThe app will be running at http://localhost:3000
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
See CONTRIBUTING.md for more information.
Distributed under the MIT License. See LICENSE for more information.