Skip to content
/ monty Public

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

Notifications You must be signed in to change notification settings

vmasdani/monty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published