Home
Softono
quiz-node-api

quiz-node-api

Open source MIT JavaScript
11
Stars
4
Forks
4
Issues
1
Watchers
3 years
Last Commit

About quiz-node-api

Quiz API built with NodeJS, ExpressJS and Mongoose.

Platforms

Web Self-hosted

Languages

JavaScript

Links

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