Skip to content

FIL1994/rocket_diesel_postgres_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rocket_diesel_postgres_react

Rocket, Diesel, Postgres and React

Setup

  • create .env file
DATABASE_URL=postgres://username:password@localhost/your-db
  • build react app
  cd static
  npm i
  yarn run build
  • Setup db & run migrations
  diesel setup
  • build and run project
  cargo build
  ./target/debug/rocket_diesel_postgres_react

Rust Versions

  rustup toolchain install nightly-2018-06-24
  rustup toolchain list
  rustup default nightly-2018-06-24

Tutorial

About

Rocket, Diesel, Postgres and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published