Crypter Requirements PHP7.2 Python3.7 Node psql node-gyp Installation git clone https://github.com/someApprentice/Crypter.git Install dependencies npm install pip install -r requirements.txt composer install Import schema.sql Set enviroment variables (./api/.env, ./wamp/.env) npm run build node ./dist/server & python ./ws/server.py Tests Backend tests ./api/bin/phpunit -c ./api/phpunit.xml.dist WAMP tests pytest --rootdir=./ws/tests/ --ignore=./ws/venv --ignore=./node_modules -v -s Frontend tests ng test