saogat / PeopleData

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SalesLoft Development Interview Starter Kit

This application is a jumping off point for the SalesLoft Development Interview, its designed to cut out boilerplate so you can get straight to coding.

Included in the package.

  • Rails 5 Application
  • Webpack Front-end build system
  • React
  • Redux

Getting Started

Running natively

1.) Make sure your ruby environment is at least 2.4.1

ruby --version

2.) Make sure your node version is above 8.5.0

node --version

3.) bundle install

gem install bundle
bundle install

4.) npm install

npm install
npm install webpack-dev-server -g

5.) Create and migrate Sqlite Databases

bundle exec rake db:create && bundle exec rake db:migrate

6.) Copy the .env.sample to .env and fill out the values

cp .env.sample .env

7.) Start the development server

bundle exec foreman start

8.) Navigate to localhost:5000

About


Languages

Language:Ruby 74.7%Language:JavaScript 13.8%Language:HTML 9.5%Language:CSS 1.4%Language:Dockerfile 0.6%