hsztan / gamestocker

This is a Sinatra Web App that helps a user keep track of all the games they have for any given console. It has basic CRUD functionality.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gamestocker

This is a Sinatra Web App that helps a user keep track of all the games they have for any given console. It has basic CRUD functionality.

Installation

Downolad or Clone this repo to your local environment:

Then execute:

$ bundle install

Create migrations:

$ rake db:migrate

Run on your terminal:

$ shotgun

Then open a browser and type in:

$ localhost:9393

Usage

Copy the repo into your system and execute the previous commands in the terminal and check that your are in the app's path.

Development

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

To install this app onto your local machine, run bundle 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.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/hsztan/veganni. 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 Gamestocker project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

This is a Sinatra Web App that helps a user keep track of all the games they have for any given console. It has basic CRUD functionality.


Languages

Language:Ruby 54.1%Language:HTML 30.9%Language:CSS 15.0%