This is an Online examintion system with Video Surveillance.
Install this project with npm
git clone https://github.com/NaveenMohanty/oexamination-frontend.git
cd oexamination-frontend
npm install
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_BACKEND_URL = "https://oexamination-backend.herokuapp.com/api"
REACT_APP_SOCKET_URL = "https://oexamination-backend.herokuapp.com/"
If you have any feedback, please reach out to us at https://oexamination.herokuapp.com/feedback