alii13 / examination-management-system

Examination management system using ReactJs (frontend) and Node js (backend)
https://ems-in.herokuapp.com
38 stars 21 forks source link
examination-management-system express nodejs reactjs redux

examination-management-system

EMS - Examination Management System

This Examination Portal is made up on top of MERN stack. EMS supports both web and mobile.

Accepting Hacktoberfest Contributions

EMS is an examination portal for educational insititutions which will help them to take test & communicate remotely with students in this quarantine period.

Features of EMS:

πŸ‘¨β€πŸŽ“ STUDENT Features

πŸ‘¨β€πŸ« TEACHER Features

Features To Be Added

The following features are under development/open for contributions.Please first create a feature issue to discuss about the feature you would like to take up.

Valid Feature Requests will be added to the above list over time.

Running The Project

Prerequisites For Running The Project Locally:

To clone this repository run:

$ git clone https://github.com/alii13/examination-management-system.git

Head inside the cloned folder and install the dependencies using NPM

$ cd backend
$ npm install

Next create a .env file in the root of the project directory, this is where you will put all your EMS config keys, take each property of the provided object and put it inside of the .env file like this:

GMAIL_USER = 
GMAIL_PASS = 
JWT_SECRET = 
MONGODB_DATABASE_NAME = 
MONGODB_USERNAME = 
MONGODB_PASSWORD = 

[]

[]

To start the server run :

$ node index.js

Now go to the client Side

$ cd client
$ cd esm-client
$ npm install

For the final step run:

$ npm start

Wait for a few minutes after which it should automatically spin up a development server for you on the PORT:3000 & backend server on the PORT 5000 and take you to the login page

Contributing

To contribute to this repository please first create an issue with the appropriate template, after which you can directly fork this repository,make changes and start a pull request to the master branch. Please also have a look at our Contribution guidelines here

Live Demo

ems-gif.gif

https://ems-in.herokuapp.com

License

MIT Licensed (Check [here]())

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!