The Internal Exam Management System helps exam coordinator to manage and create necessary reports to conduct internal examinations.
- Clone the repositoy. git clone https://github.com/shyamal28shah/iems.git
- Install NodeJs. https://nodejs.org/en/download/
- Verify installation. node --version
- Install dependencies of server side. npm install
- Install dependencies of client side. cd client
- Start development server. cd ..
npm install
npm run dev