/tekton-challenge

Tekton Labs Challenge resolved with Ruby on Rails, React and Redux

Primary LanguageRuby

Tekton Labs Challenge - Ricardo Huamani Parian

Frameworks / Libraries

  • Ruby on Rails
  • React
  • Redux

Installation

After cloning it, install dependencies in the Rails application

$ cd api-backend
$ bundle install

Be sure you are running PostgreSQL in the port 5432 to run the tests and execute the app.

Run the tests

$ bundle exec rspec

Run the Rails app (at port 3000)

$ bundle exec rails server

Install dependencies in the React application

$ cd react-redux-app
$ yarn install

Run the app (at port 3001)

$ yarn start