Skip to content

pindell-matt/robot_world_terraformed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot World Terraformed

A Basic CRUD App using Rust, Rocket, & Elm

Inspired by the Turing School Project - Robot World

Still a work-in-progress, need to finish Elm app and seed database w/ Robots

[ assumes you have Rust, Elm, and PostgreSQL installed ]

Setting up the database:

echo DATABASE_URL=postgres://username:password@localhost/robot_world_terraformed > .env
diesel migration run

Starting the App:

cd app
yarn run start

Releases

No releases published

Packages

No packages published

Languages