Skip to content

Simple Time and User management in React/Redux/Saga and Ruby On Rails REST API

Notifications You must be signed in to change notification settings

hansonrb/react-ruby-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Ruby + React/Redux based app

Description

Private Job

Development Stacks

  • 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

Installation

Database

Install postgres

createdb timemgmt-development
createdb timemgmt-test
createdb timemgmt

backend

rvm install 2.4.1
rvm use 2.4.1

bundle install
bundle exec rake db:migrate
bundle exec rake db:seed

rails s

FrontEnd

NVM
nvm install 8.11.2
nvm use 8.11.2

npm install && npm start

Open any browser and visit http://localhost:3000

About

Simple Time and User management in React/Redux/Saga and Ruby On Rails REST API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published