Skip to content

Issue Manager application written with React/Redux front-end and Rails back-end.

Notifications You must be signed in to change notification settings

rfenix3/React-Redux-Rails-Issue-Manager

Repository files navigation

React Redux Rails Issue Manager

A React application with Create, Read, Update, and Sort features for managing issues.

Description and Purpose

This is a React application that manages issues records through tables and forms. The goal of the application is to build an Issue Management System to support one of ITIL Incident Management's main function: The Service Desk.

The service desk is the single point of contact for customers to report IT-related incidents. As such, this application aims to help service desk support staffs to capture and track IT issues promptly, work collaboratively, encourage knowledge transfer, collect IT data trend, and support problem management requirements.

Issue Table Page

Issue Table screen shot

Issue Table Screen Shot

Characteristics of the Application

  1. Uses the React front-end.
  2. Uses Redux to manage states through store.
  3. Uses Rails backend server and sqlite3 database to persist data.

Application Demo

Demo Video Link

Application Features

  1. Displays sqlite database table records.
  2. Create new records.
  3. Update records.
  4. Field validation.
  5. Error messages.
  6. Sort table records.

Technology Used

  • React
  • Redux
  • Ruby
  • Rails
  • ActiveRecord
  • SQLite3

Pre-requisite

Get Started

  1. Clone repository
$ git clone https://github.com/rfenix3/React-Redux-Rails-Issue-Manager.git
  1. Go into the server directory (Ruby Rails backend)
$ cd React-Redux-Rails-Issue-Manager
  1. Install bundle
$ bundle install
  1. Run database migration
$ bin/rails db:migrate RAILS_ENV=development
  1. Seed database table
$ rake db:seed
  1. Go into the client directory (React front-end)
$ cd client
  1. Install the node package
$ npm install
  1. Go back up to the server directory
$ cd ..
  1. Run the application
$ rake start
  1. This should open the application in a web browser. If not, open a web browser and type in the localhost on url window
http://localhost:3000

Tip:

You can stop the application from your IDE or AWS terminal by pressing Ctrl+C.

About

Issue Manager application written with React/Redux front-end and Rails back-end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published