An open API service indexing awesome lists of open source software.

https://github.com/simran1002/quizzicalquest

It enables admins to create quizzes, manage them efficiently, and offers users an intuitive platform for participation, scoring, and competitive engagement through leaderboards.
https://github.com/simran1002/quizzicalquest

Last synced: 5 months ago
JSON representation

It enables admins to create quizzes, manage them efficiently, and offers users an intuitive platform for participation, scoring, and competitive engagement through leaderboards.

Awesome Lists containing this project

README

          

## QuizzicalQuest

## Getting Started
### Prerequisites
- [Node.js](https://nodejs.org/en/)

### How to run
1. Clone the repository
```bash
git clone https://github.com/simran1002/QuizzicalQuest.git
```

2. Open the project directory
```bash
cd QuizzicalQuest
```

3. Install dependencies
```
npm install
```

4. Add a .env file to the root directory with the following variables
```
DB_URI=
PORT=8080
```

5. Run the server
```
npm start
```
or to run in development mode
```
npm run dev
```