An open API service indexing awesome lists of open source software.

https://github.com/dguyen/rosterstaff

A basic rostering system
https://github.com/dguyen/rosterstaff

angular firebase

Last synced: 28 days ago
JSON representation

A basic rostering system

Awesome Lists containing this project

README

          

# 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

- NodeJS (https://nodejs.org/en/)
- AngularCLI (https://cli.angular.io/)

### Installing Dependencies

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

```
npm install
```

## Local Deployment

```
ng serve
```

## Built with

* [Angular](https://angular.io/) - The web framework used
* [Firebase](https://firebase.google.com/) - Authentication and data solution
* [AngularMaterial](https://material.angular.io/) - The material design used