Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.05 KB

Test system

User manual

A user manual can be found at doc/user manual.md

Developer manual

A developer manual can be found at doc/developer manual.md

Overview

In the linked manuals, information about the following can be found

Technology stack

  • Code organisation: git, github, PaaS, Heroku (recommended IDE: PyCharm)
  • Database: SQL, ORM, PostgreSQL
  • Backend: Python, Flask (web-framework), SQLAlchemy (ORM-framework), pytest, Gunicorn (WSGI server)
  • Frontend: HTML, JavaScript, CSS, SurveyJS