Durev / ShiftManagerApp

Coding test : Simple Rails app to manage hospital night shifts :hospital:

Home Page:https://night-shift-manager.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Night Shift Manager

Manage workers and night shifts

Getting started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install

Next, migrate the database:

$ rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

$ rails test

If the test suite passes, you'll be ready to run the app in a local server:

$ rails server

About

Coding test : Simple Rails app to manage hospital night shifts :hospital:

https://night-shift-manager.herokuapp.com


Languages

Language:Ruby 68.6%Language:HTML 20.8%Language:CSS 7.1%Language:JavaScript 2.3%Language:CoffeeScript 1.3%