Skip to content

MoDaCoder/Whats-Your-Game-Sinatra-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whats-Your-Game-Sinatra-Project

This is a Sinatra application that allows you to make an account on a Website and keep track of all of the Video Game Consoles you have collected.

Installation

Add this line to your application's Gemfile:

gem 'sinatra'
gem 'activerecord', '~> 4.2', '>= 4.2.6', :require => 'active_record'
gem 'sinatra-activerecord', :require => 'sinatra/activerecord'
gem 'rake'
gem 'require_all'
gem 'sqlite3', '~> 1.3.6'
gem 'thin'
gem 'shotgun'
gem 'pry'
gem 'bcrypt'
gem 'tux'

group :test do
  gem 'rspec'
  gem 'capybara'
  gem 'rack-test'
  gem 'database_cleaner', git: 'https://github.com/bmabey/database_cleaner.git'
 end

And then execute:

$ bundle

Or install it yourself as:

$ gem install Whats-Your-Game-Sinatra-Project

Usage

require Whats-Your-Game-Sinatra-Project Once downloaded from github cd Whats-Your-Game-Sinatra-Project in your terminal.

When in 'Whats-Your-Game-Sinatra-Project' folder run shotgun in your terminal.

Once server is running in terminal, go to http://localhost:9393/ in your URL.

Next create an account and start having fun showing off your console collection!

Development

After checking out the repo, run bin/setup to install dependencies. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/'punctual-cookie-7028'/lol_champion_stats. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the LolChampionStats project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published