Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 859 Bytes

readme.md

File metadata and controls

39 lines (30 loc) · 859 Bytes

Monty

A software for calculating monthly/annual subscription cost. Made in SQLite Rust (Actix + Diesel) and Elm. See ARGEMS stack and ARGEMS Rust starter

.env file needed:

DATABASE_URL=<your database name>.sqlite3

Running (Backend):

cargo run

Running (Frontend):

cd frontend
./run.sh

Release

  1. Install Node.JS and uglify-js (npm i -g uglify-js), Need Python 3 too.
  2. Install Docker and cross
  3. Add env.json with contents:
{
    "base_url": "http://localhost:8085",
    "fixer_api_key": "your-fixer-api-key",
    "server_port": "your_server_port",
}
  1. Run
./release.py