Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 1.88 KB

File metadata and controls

73 lines (48 loc) · 1.88 KB

QuizLearn

Quiz-based Learning and Practice System using NextJS framework, ASP.NET Core Web API and PostgreSQL database

Table of Contents

About

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.

Getting Started

Prerequisites

  • Node.js 18.17 or later. (use nvm to manage Node versions)
  • macOS, Windows (including WSL), and Linux are supported.

Installation

  1. Clone the repo

    git clone git@github.com:blackmouse572/quizler-fe.git
  2. Install NPM packages

    pnpm install

    If you don't have pnpm installed, run npm install -g pnpm to install it globally.

Running the app

Run the app in development mode

pnpm dev

The app will be running at http://localhost:3000

Contributing

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.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Acknowledgements