git clone https://github.com/someApprentice/Crypter.git- Install dependencies
npm installpip install -r requirements.txtcomposer install
- Import
schema.sql - Set enviroment variables (
./api/.env,./wamp/.env) npm run buildnode ./dist/server&python ./ws/server.py
- 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