-
Notifications
You must be signed in to change notification settings - Fork 147
Running the server
Aavishkar Mishra edited this page Jun 8, 2021
·
4 revisions
These are the prerequisites required to run this application.
- Nodejs
- npm
- mongo-uri
- Clone the Manthan repository form github
git clone https://github.com/Manthan933/Manthan.git
cd Manthan
-
Get the mongo-uri from MongoDB-Atlas and create default.json file in config ( refer example.json. )
-
To run the application in development server
cd client
npm install
cd..
npm install
npm run dev
Manthan is an online testing platform which can be used to conduct tests wrapped with all necessary precautions to reduce the chances of cheating. Here the educator can create classes and test on web portal and all the questions will be randomly distributed among the students resulting in large number of sets.