Simple web application to manage trainings of my volley ball team while learning Rails.
-
Clone the project;
-
Run
bundleto install all required gems; -
Run
rake db:migrateto apply all db migrations; -
Run
rake db:seedto create an admin user to start using the app.