A RESTful API example for simple financial application with Rust Programming Language.
Windows: 10 (64-bit)
Rustc: 1.73.0 (cc66ad468 2023-10-03)
Cargo: 1.73.0 (9c4383fb5 2023-08-26)
To run this project, you will need to add the following environment variables to your .env file
DATABASE_URL : Connection to database (mysql/mariadb)
Clone the project
git clone git@github.com:okumaru/rust-api.gitGo to the project directory
cd rust-apiExecute run locally
cargo runSee the LICENSE file for license rights and limitations (MIT).