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
cargo run
cd frontend
./run.sh
- Install Node.JS and
uglify-js
(npm i -g uglify-js)
, Need Python 3 too. - Install Docker and cross
- Add
env.json
with contents:
{
"base_url": "http://localhost:8085",
"fixer_api_key": "your-fixer-api-key",
"server_port": "your_server_port",
}
- Run
./release.py