To install Quiz-Platform on, follow these steps:
- Clone the repository.
- Install the dependencies in both the client and server directories by running
npm installat the root directory. - Create a .env file in the server directory and add the following environment variables:
MONGODB_URI
JWT_SECRET
The MONGODB_URI is the connection string to your MongoDB database. The JWT_SECRET can be any string of your choice.
- Run
npm run devat the root directory to start the development server and launch the app in your browser. - Navigate to http://localhost:5173/ to view the project.
Contributions to Quiz-Platform are welcome and encouraged! If you'd like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License.