Skip to content

natserract/rust-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Backend Application

This codebase was created to demonstrate a backend application built with Rust + Diesel including CRUD operations, routing, and more.

Requirements

Getting started

Install

Please check the official rust installation guide before you start. Official Documentation Also make sure you have installed a rust latest version.

Clone the repository

$ git clone https://github.com/alfinsuryaS/issues-center-backend.git
$ cd issues-center-backend

Running

$ cargo run

Build

$ cargo build

Then start querying at http://localhost:8000/

Releases

No releases published

Packages

No packages published

Languages