Skip to content

someApprentice/Crypter

Repository files navigation

Crypter

Requirements

Installation

  1. git clone https://github.com/someApprentice/Crypter.git
  2. Install dependencies
    • npm install
    • pip install -r requirements.txt
    • composer install
  3. Import schema.sql
  4. Set enviroment variables (./api/.env, ./wamp/.env)
  5. npm run build
  6. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published