someApprentice / Crypter

3 stars 1 forks source link

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