Skip to content

usmanasif/players_challenge

Repository files navigation

Challenge project

Prerequisites

The setups steps expect following tools installed on the system.

1. Check out the repository
git clone https://github.com/usmanasif/challenge_project.git
3. Bubdle

Run the following command to install dependencies.

bundle install
3. Create and setup the database

Run the following commands to create and setup the database.

bundle exec rake db:create
bundle exec rake db:setup
4. Start the Rails server

You can start the rails server using the command given below.

bundle exec rails s

And now you can visit the site with the URL http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published