Skip to content

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.

Notifications You must be signed in to change notification settings

hsztan/gamestocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published