Skip to content

Manoj-Katta/Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz-Platform

Installation

To install Quiz-Platform on, follow these steps:

  1. Clone the repository.
  2. Install the dependencies in both the client and server directories by running npm install at the root directory.
  3. 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.

  1. Run npm run dev at the root directory to start the development server and launch the app in your browser.
  2. Navigate to http://localhost:5173/ to view the project.

Contributing

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.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published