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
- 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