This is a simple rails app that allows to create players , delete players , edit players and see the profile of the players
- navigate to the diectory
cd ThePlayersApp
- install all the gems needed
bundle install
- migrate the database
rake db:migrate
4.run the server
rails s
- navigate to
http://localhost:3000 (or) http://127.0.0.1:3000
- list all routes for this app
http://localhost:3000/rails/info/routes
(or)
rake routes
/
bundle exec rake routes