staff-competency-assessment

This is the backendend to the Competency Evaluation System. The frontend can be found here

authors

prerequisites

  • Python
  • Postgresql
  • git

set up

  • Clone repository from github. https://github.com/ThukuWakogi/staff-competency-assessment
  • Navigate into the directory repository. cd staff-competency-assessment-front
  • Install virtualenv pip install virtualenv
  • create a virtual environment as virtual virtualenv virtual
  • install requirements pip install -r requirements.txt
  • create a database with your desired name
  • copy start.ps1 or start.sh and rename the copy to start-personal.ps1 or start-personal.sh
  • add your database name, username and password to the environment variables.
  • run the script file.

Technologies

  • Django