Skip to content

Frontend System for "Checkin" REST API for the Raspberry Pi check-in system

License

Notifications You must be signed in to change notification settings

newaustriancodingschool/Attendance

Repository files navigation

Attendance

Frontend for viewing and administrating the participant attendances.

Setup

  • Install nodejs on your machine

  • Clone the repository

git clone https://github.com/RefugeesCodeAT/Attendance.git
cd attendance
  • Install all packages
npm install
  • Run (using angular-cli)
ng serve
  • Open in your browser at http://localhost:4200/

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Deploy

To build the bundle and deploy it on Github Pages (using angular-cli-ghpages), run:

npm run build-prod
npm deploy

Running unit tests

Run ng test to execute the unit tests via Karma.

System Info

This project generated with Angular CLI version 1.4.9.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Related repositories:

Backend: https://github.com/RefugeesCodeAT/rc-check-in-backend
NFC card reader: https://github.com/RefugeesCodeAT/rc-check-in-card-reader

About

Frontend System for "Checkin" REST API for the Raspberry Pi check-in system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published