Private Job
- PostgreSQL for Database
- Ruby On Rails for API backend
- React/Redux/Saga/Recompose for Front End
- With AirBNB ESLint,
- frontend Boilerplate with create-react-app
Install postgres
createdb timemgmt-development
createdb timemgmt-test
createdb timemgmt
rvm install 2.4.1
rvm use 2.4.1
bundle install
bundle exec rake db:migrate
bundle exec rake db:seed
rails s
NVM
nvm install 8.11.2
nvm use 8.11.2
npm install && npm start
Open any browser and visit http://localhost:3000