GeniQ is a quiz application for students in different kinds of levels English and IT.
- Install Node.js version 8.0.0
- Clone the repository
git clone <git lab template url> <project_name>
- Install dependencies
cd <project_name>
npm install
- Build and run the project
npm start
Navigate to http://localhost:8001
-
API Document endpoints
swagger Spec Endpoint : http://localhost:8001/api-docs
swagger-ui Endpoint : http://localhost:8001/docs