Skip to content

A web app skeleton using Rocket, Diesel, and PostgreSQL

Notifications You must be signed in to change notification settings

alexeyzab/voskhod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voskhod

Voskhod rocket

This is a basis for a prelaunchr-like web app.

This project is accompanied by a condensed walkthrough I wrote on my blog, which is in turn based on the following series of posts:

Making a simple blog with Rust - Part I

Making a simple blog with Rust - Part II

Running locally

git clone https://github.com/alexeyzab/voskhod
cd voskhod
cargo build
cargo install diesel_cli --no-default-features --features postgres

Create a .env file with the following contents:

DATABASE_URL=postgres://username:password@localhost/voskhod

Then:

diesel setup
diesel migration run
cargo run --bin voskhod

About

A web app skeleton using Rocket, Diesel, and PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published