Skip to content

okumaru/rust-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status: Ubuntu

Rust CRUD REST API

A RESTful API example for simple financial application with Rust Programming Language.

Develop on

Windows: 10 (64-bit)
Rustc: 1.73.0 (cc66ad468 2023-10-03)
Cargo: 1.73.0 (9c4383fb5 2023-08-26)

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DATABASE_URL : Connection to database (mysql/mariadb)

Run Locally

Clone the project

  git clone [email protected]:okumaru/rust-api.git

Go to the project directory

  cd rust-api

Execute run locally

  cargo run

Docs

License

See the LICENSE file for license rights and limitations (MIT).