Skip to content

conjure-cp/nurse-rostering-demo

Repository files navigation

Getting Started

First, install the dependencies:

yarn install
#or
npm install

Then, run the development server:

yarn dev
# or
npm run dev

Open http://localhost:3000 with your browser to see the result.

User Interface

Below are some screenshots of the project UI:

Home Page

Home Page

This is the homepage

Dashboard

Dashboard Page

This is the dashboard showing the scheduling

Example Screenshots

Create staff

Create Staff

Create staff Frank, who preferred night shifts

Set qualification

Set Qualification

Set the at least 1 staff that must be on the clock at all times.

Schedule

Schedule

Schedule and get the timetable

License

This project is licensed under the Mozilla Public License 2.0. For full license information, please see the LICENSE file in the repository.