All Projects → Manthan933 → Manthan

Manthan933 / Manthan

Licence: MIT License
Online testing platform

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Manthan

foodie
A social media for food lovers and for people looking for new ideas for their next menu.
Stars: ✭ 30 (-62.5%)
Mutual labels:  mern
BlogMan
A Blog Web Application, specially made for open source contribution. Simple MERN (MongoDB, ExpressJs, React, Node) technology has been used
Stars: ✭ 73 (-8.75%)
Mutual labels:  mern
Morning-Dash
Morning Dash is your day at a glance. See local weather, your commute, and calendar events all in one place.
Stars: ✭ 14 (-82.5%)
Mutual labels:  mern
photo gallery app
Photo gallery app created using MERN stack
Stars: ✭ 28 (-65%)
Mutual labels:  mern
Kurakoo
Kurakoo is an online community of people providing answers to questions just like Quora site. Kurakoo is especially for school-college students, people from around the different colleges visit Kurakoo to ask questions from a community of people who answer them.
Stars: ✭ 81 (+1.25%)
Mutual labels:  mern
mern-docker
Jumpstart your MERN Full Stack App development 🧑‍✈️
Stars: ✭ 67 (-16.25%)
Mutual labels:  mern
mern-boilerplate
React + Express + Webpack + Mongo = MERN Stack Boilerplate
Stars: ✭ 39 (-51.25%)
Mutual labels:  mern
mern-apollo-graphql-boilerplate
MERN + Apollo-Graphql Boilerplate
Stars: ✭ 21 (-73.75%)
Mutual labels:  mern
MERN A to Z Client
This tutorial is all about the MERN stack. We are going to explore this popular stack and how to use it by developing a simple CRUD (create, read, update, and delete) application from scratch. In this part, we will work with React to build out the front-end portion of our app.
Stars: ✭ 27 (-66.25%)
Mutual labels:  mern
mern-stack-crud
MERN stack (MongoDB, Express, React and Node.js) create read update and delete (CRUD) web application example
Stars: ✭ 142 (+77.5%)
Mutual labels:  mern
inCyberPunk2022
👾 https://cybersocial.herokuapp.com/   C̵̡̡͓̪̺̲̺̳̭̱̩͖͔̽̈́͜y̵̢̺̮̥̠̲̼̫͗b̴̲͇̟̭̹͆͒̈́̒͋̃̌̇̈̆̚͠͠ȅ̷̡̢̩̺̏r̴̢̛̹̲̜͙͉̩̩̣͉̺͂̀́̈́̇͛͋̊̉̈́̇P̵̡͊̚ų̵̙̣͓̤̼̭̤̥̯̻̯̒ͅň̸̛̯͕̦̦͓̙̋͐̈́́̉ͅḱ̷̡̪͚͉̟̘̳̯̳͉̈́͐͂̇̾͑̕̕͝ͅ
Stars: ✭ 28 (-65%)
Mutual labels:  mern
MCW-OSS-PaaS-and-DevOps
MCW OSS PaaS and DevOps
Stars: ✭ 49 (-38.75%)
Mutual labels:  mern
amazin
A MERN-stack app for eCommerce platform, Webshop, Web Store. Storybook: https://www.amazin.one/ Alternative: https://ntrix.github.io/amazin-story
Stars: ✭ 27 (-66.25%)
Mutual labels:  mern
erp-crm
IDURAR is Open Source ERP/CRM Based on Mern Stack (Node.js / Express.js / MongoDb / React.js ) with Ant Design (AntD) and Redux
Stars: ✭ 18 (-77.5%)
Mutual labels:  mern
AquilaCMS
AquilaCMS is an Open Source and "all in one" ecommerce solution, self hosted, built using nodejs (MERN stack)
Stars: ✭ 69 (-13.75%)
Mutual labels:  mern
Netflix-Clone-MERN
A Netflix clone created with the MERN Stack
Stars: ✭ 37 (-53.75%)
Mutual labels:  mern
profile-store
Store profile links of people you admire, at one place. Made using MERN stack.
Stars: ✭ 37 (-53.75%)
Mutual labels:  mern
Stackoverflow-Clone-Frontend
Clone project of a famous Q/A website for developers built using MySQL, Express, React, Node, Sequelize 🌐
Stars: ✭ 379 (+373.75%)
Mutual labels:  mern

Logo

MANTHAN

उत्तिष्ठत जाग्रत प्राप्य वरान्निबोधत।

Explore the Docs »

View Demo · Report Bug · Request Feature

Contributors Forks Stargazers Issues MIT License

Table of Contents 📕

About The Project

Description 👇

We provide an online testing platform that can be used to conduct tests that are wrapped with all the necessary precautions to reduce the chances of cheating. Here, the educator can create classes and tests on a web portal and all the entered questions will be randomly distributed among the students resulting in a large number of sets.

Features 🔎

  • A secure platform for online testing.
  • Interactive and easy to use.
  • Grades can be accessed or changed even after the completion of the test.
  • The teacher can decide if a particular question is compulsory or not in all the tests.
  • The application is in the locked mode, so there is no transition between other applications (such as Whatsapp, call, etc.).
  • Basic facilities like calculators are provided in the application for basic math operations.
  • A list of the marks will be sent to the educator just after the completion of the test.
  • Use Gmail or Student mail IDs to save the student's marks.
  • The test will be automatically submitted after the prescribed time frame.
  • We will try to block incoming calls/ messages/ screen capture or any other malpractice during the test.

Built With 💻

Technology Stack 🛠️

  • Coding Languages: JavaScript HTML5 CSS3

  • Tools & Technologies: React MongoDB Express.js NodeJS

  • Project Management Tools: GitHub Git

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites 📖

These are the prerequisites required to run this application:

  • Node
  • npm
  • mongo-uri

Installation


  1. Clone the Manthan repository form GitHub
  git clone https://github.com/Manthan933/Manthan.git
  cd Manthan
  1. Create .env file in Manthan using format from .env.example
  MONGO_URI = //mongo-uri
  PORT = 5050
  JWT_SECRET = mysecret
  1. To run the application in development server
  cd client
  npm install
  cd ..
  npm install
  npm run dev

Contributing 🖋

Contributions are what makes the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project.
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the Branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

Contact Us 📞

Join our slack channel here for discussions and the latest news.
Follow our LinkedIn page here.

Programs We have been associated with 🤍

Authors 👨‍💻

Vidisha Kayal

Aavishkar Mishra

Our Contributors :

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].