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.
- Host: GitHub
- URL: https://github.com/simran1002/quizzicalquest
- Owner: simran1002
- Created: 2024-01-16T17:30:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T15:20:46.000Z (over 2 years ago)
- Last Synced: 2025-01-21T13:51:50.201Z (over 1 year ago)
- Language: HTML
- Homepage: https://quizzicalquest.onrender.com/register
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```