Skip to content

VadzimSheukunou/programming-questionnaire

Repository files navigation

Programming Questionnaire App

The app for checking the knowledge in a certain programming area. It has a registration/auth, personal cabinet, progress on certain questionnaire and chart representation, set of preloaded questionnaires.

Frontend part for Questionnaire sandbox app

  • React
  • Redux
  • Redux-thunk
  • Formik
  • Highcharts

Backend application for Questionnaire sandbox app

  • PostgreSQL/Sequelize ORM
  • Node.js
  • Express
  • Swagger API Docs
  • Nodemon

Installation via Docker

$ docker login
  • Go to the root directory of the application and open terminal or CMD in this folder.
  • Write command:
$ docker-compose up
  • Wait for project build
  • If something went wrong during building run commands one by one:
docker rm -f $(docker ps -a -q)
docker rmi -f $(docker images -q)

Manual Installation

For manual installation instructions please go to the corresponding directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages