okumaru / rust-api

Example Rust Lang CRUD REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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).

About

Example Rust Lang CRUD REST API

License:MIT License


Languages

Language:Rust 100.0%