Skip to content
/ team Public
forked from dongri/team

Rust web app with Iron and Postgres

Notifications You must be signed in to change notification settings

momota10s/team

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 48.0%
  • JavaScript 36.4%
  • HTML 13.1%
  • CSS 2.4%
  • Shell 0.1%