momota10s / team

Rust web app with Iron and Postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

team

百闻不如一见

http://rust-team.herokuapp.com/

username: user
password: test

Development

env

$ vim ~/.bashrc

export TEAM_DATABASE_URL=postgres://root:@localhost:5432/team
export TEAM_DOMAIN=http://localhost:3000
export TEAM_SLACK=https://hooks.slack.com/services/xxxx/xxxxxxxx

cargo-watch

$ cargo install cargo-watch

run

$ cargo watch -x 'run'

Production

$ ./run.sh

About

Rust web app with Iron and Postgres


Languages

Language:Rust 48.0%Language:JavaScript 36.4%Language:HTML 13.1%Language:CSS 2.4%Language:Shell 0.1%