tecywiz121 / web-quickstart

A diesel powered rocket quickstart.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Quickstart

Project suitable as a starting point for web applications.

First Time Setup

This project requires the lastest Rust nightly.

You'll also need to have diesel's cli tool installed to be able to work with the database:

cargo install diesel_cli --no-default-features --features sqlite

Running

After performing the setup, running the server is pretty simple:

cargo run

About

A diesel powered rocket quickstart.


Languages

Language:HTML 50.8%Language:Rust 49.2%