Backend API for Quiz app for school website.
- NodeJS v12.16.3
Rename "config/config.env.env" to "config/config.env" and update the values/settings to your own
Install Dependencies
$ npm install
Run application
# For production mode
$ npm run start
# For development mode
$ npm run dev
The API is live at herokuapp
Extensive documentation with examples here
- Version: 1.0.0
- Author: Suhyeon Jang