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
- Host: GitHub
- URL: https://github.com/dguyen/rosterstaff
- Owner: dguyen
- Created: 2018-08-10T10:38:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T02:13:40.000Z (over 7 years ago)
- Last Synced: 2024-10-29T09:17:10.396Z (over 1 year ago)
- Topics: angular, firebase
- Language: TypeScript
- Homepage:
- Size: 322 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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