Quazapp: Online Quiz Taking and Progress Management System is a examination management system to aid with the examination process of an educational institution with the simple and effective web application and the cross-platform app. This repositary contains the server backend which implements the api used by the clients.
- NodeJS
- pdftotext (Other than pdftotext, all other dependancies mentioned by the linked repository are not required)
- Clone the repository:
git clone http://URL../../..git
- Open the Directory:
cd trial-quazapp
npm install
npm run
The server is available at http://HOSTNAME:8000