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.
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
Copy the repo into your system and execute the previous commands in the terminal and check that your are in the app's path.
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.
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.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Gamestocker project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.