What is it ?

Quiz It is an internet application where you can easily study English words. You can easily learn words from among many words prepared for you.

Version

Node js based api developed for quiz application.

Demo

Frontend

Backend

Prerequisites

  • node 10.15.3
  • npm 6.4.1

Install

npm install

Docker

docker build -t quiz_api .
docker run --env SWAGGER_HOST=localhost -p 4000:4000 quiz_api

Usage

npm run start

Run tests

npm run test

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

This project is MIT licensed.