Live Here ➡️ https://quiz-hub-by-subrata-rudra.vercel.app/
NODE JS, EXPRESS JS
REACT JS
MONGODB
You should have Node JS installed in your device.
- Clone the repository by using this command ➡️ git clone https://github.com/Subrata-Rudra/Quiz-Hub
- Open terminal in that folder.
- In the terminal run ➡️ cd backend
- Now run ➡️ npm install
- Now run ➡️ cd ../
- Now run ➡️ cd frontend
- Now run ➡️ npm install
- Now exit from terminal. Now, you are all set up to run the app on your device.
- Open the folder in VS Code.
- Create a new file named ".env".
- Now write a line in .env file MONGO_URI = URL_OF_YOUR_MONGODB_CLUSTER
- Now write another line in .env file JWT_SECRET = <YOUR_PRIVATE_JWT_SECRET>
- Open terminal in the folder.
- Run ➡️ cd backend
- Run ➡️ npm run start
- The backend will run on ➡️ PORT(5000)
- Now, open another new terminal in the same folder.
- Now run ➡️ cd frontend
- Now run ➡️ npm start
- Frontend will run on ➡️ PORT(3000)
- Open http://localhost:3000 in your browser, you will see that the website is live 🎉.
BACKEND HOSTED LIVE LINK ➡️ https://quiz-hub-backend.onrender.com/