Hash, Encrypt and Decrypt with the NodeJS Crypto module.
yarn node src/salt2.js npm install --global yarn
cp .env.example .env
yarn install yarn node src/salt2.js yarn node src/index.js yarn start # Runs Start-script `yarn node src/app.js`
# Serves app to http://localhost:3000/.
# Serves api to http://localhost:3000/api/v1.
# Example api route: http://localhost:3000/api/v1/test. yarn dev # Runs Dev-script `nodemon src/app.js`
# We can also `APP_ENV=development nodemon src/app.js`. docker-compose up --build -d yarn testPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.