Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 466 Bytes

File metadata and controls

14 lines (10 loc) · 466 Bytes

Quiz API

Quiz API built with NodeJS, ExpressJS and Mongoose.

You can find a step-to-step tutorial about how to build this API in this article.

Installing

If you want to locally run this API, you first have to clone this repository.
git clone https://github.com/raymag/quiz-node-api

Then you can install all its dependencies and run it.
npm install

Running

npm run dev