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.git
Go to the project directory
cd rust-api
Execute run locally
cargo run
See the LICENSE file for license rights and limitations (MIT).