Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1001 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 1001 Bytes

RosterStaff

An online rostering system built using the Angular 6 framework.

Demo

A sample build hosted on firebase's hosting service. Please note that this build may not necessarily be up to date, and not all functionality has been implemented yet.

https://rosterstaff-d7906.firebaseapp.com

Two demo accounts currently avaliable

Username: admin@root.com
Password: password
Note: Has access to admin portal
Username: client@root.com
Password: password
Note: Has access to staff portal

Prerequisites

Installing Dependencies

Inside the cloned repository, install dependencies using the npm command below

npm install

Local Deployment

ng serve

Built with