Skip to content

pindell-matt/rusty_robot_world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Robot World

Inspired by the Turing School Project - Robot World

[ assumes you have Rust and PostgreSQL installed ]

Setting up the database:

cargo install diesel_cli
echo DATABASE_URL=postgres://[your username]:password@localhost/rusty_robot_world > .env
diesel setup
diesel migration run

Starting the App:

cargo run

About

Robot World Rust-ified

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published