Skip to content
This repository was archived by the owner on Nov 21, 2021. It is now read-only.
 
 

Repository files navigation

Setting up the Data Import application

Things you may want to know:

  • Ruby version

This application was written in Rails 4.1.1 running on Ruby 2.1.1

  • System dependencies

Bundler 1.6.1 or greater

  • Database creation

The application uses sqlite3, so I think the db creation is covered, but just in case, you can run:

bundle exec rake:db:create

  • Database initialization

bundle exec rake:db:migrate

  • How to run the test suite

bundle exec rake test:all:db

  • Deployment instructions
  1. Clone the repository locally
  2. cd into the app directory
  3. run 'bundle install'
  4. run 'bundle exec rake db:migrate'
  5. run 'rails server'
  6. Open a browser and go to 'http://localhost:3000'

About

Challenge for those applying to the Software Engineer, Big Data position

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages