Instaclone Backend
Installation
- Open rustup.rs and follow instructions
- Install Rust 1.24
- Install PostgreSQL ^9.6.5
- Create db instaclone:
CREATE DATABASE instaclone;
or change connection in .env
- Install diesel.rs:
cargo install diesel_cli
- Migrate database:
diesel migration run
- Review
Rocket.toml
- Start app:
cargo run