8000 GitHub - logangingerich/healthify: React client CRUD interface to interact with Healthify Rails API.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

logangingerich/healthify

Repository files navigation

Healthify Front-End Engineer Coding Challenge

A React client built to interact with the Healthify Rails API.

Dev Setup

Complete the following to get the Rails API and React client up and running.

  1. git clone down this repository.
  2. Install dependencies and setup DB by running the setup script: bin/setup.
  3. Run cd client && npm install && cd .. to install dependencies for the React client.
  4. Start the local server: bin/rake start
  5. Visit 'localhost:3000' in your web browser of choice.

Tests

  1. Execute rake to run the RSPec test suite for the Rails API.
  2. Execute cd client && npm test to run test suite for React client.

Completed User Stories

Create

  1. Users can add an organization by entering a name, address, and description on the organization index page and submitting the form.

  2. An organization will not be successfully created unless the name and address are entered.

Read / Relations

  1. Users can see a list of all organizations in the system.
  2. Users can click on an organization to see its details: name, description, and address.
  3. Users can add services to an organization via the organization details view.

Delete

  1. Users I can delete an organization via the organization details view.

Null state

  1. If there are no organizations, Users will see a message that says "No organizations! Try adding some above."

About

React client CRUD interface to interact with Healthify Rails API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0