This is the backendend to the Competency Evaluation System. The frontend can be found here
- Brian Major @bryomajor
- Peninah Gathuru @peninah-njeri
- Alvin Karanja @Alvin-Karanja
- Stephen Mwanza @steve-design
- Oliver Timothy @ThukuWakogi
- Python
- Postgresql
- git
- 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
orstart.sh
and rename the copy tostart-personal.ps1
orstart-personal.sh
- add your database name, username and password to the environment variables.
- run the script file.
- Django