This is RESTful Express server created for Quiz-Fever SPA (Check the link for more information: https://github.com/js-quiz-app/js-quiz-app.github.io).
To run the app, first install the necessary dependencies:
npm install
Then, start the server with one step using:
npm start
The server is listening now on: http://localhost:3030/.