Skip to content

mjacobus/gifted

Repository files navigation

Gifted!

Your APP for publishing gifts.

Build Status Coverage Status Code Climate Scrutinizer Code Quality Build Status Scrutinizer Dependency Status

Development

  • ruby 2.2.2+
  • bundler
  • MySQL server

Set up the project

On your OS

  • Install dependencies
bundle install
  • Set up the development database*:
cp .env.example .env              # environment configs (change it according to your settings)
bundle install                    # install dependencies
rake db:create                    # crete database
rake db:migrate                   # create tables
./bin/create_dummy_data           # loads dummy data

Start the server:

rails s

Navigate to http://localhost:3000 and login as:

With vagrant

vagrant up
vagrant ssh
gem install bundler               # install dependency manager
bundle install                    # install dependencies
rake db:create                    # crete database
rake db:migrate                   # create tables
./bin/create_dummy_data           # loads dummy data
rails

Start the server:

rails s -b 0.0.0.0

Navigate to http://localhost:3003 and login as:

About

Web app for publishing gifs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published