Skip to content

charithreddyv/ThePlayersApp

Repository files navigation

Simple Rails Players App

This is a simple rails app that allows to create players , delete players , edit players and see the profile of the players

Running Instructions

setting up the env and running the server

  1. navigate to the diectory

cd ThePlayersApp

  1. install all the gems needed

bundle install

  1. migrate the database

rake db:migrate

4.run the server

rails s

running the app

  1. navigate to

http://localhost:3000 (or) http://127.0.0.1:3000

  1. list all routes for this app

http://localhost:3000/rails/info/routes

(or)

rake routes / bundle exec rake routes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published