Getting started
1. Prerequisites
- Node.js
- Angular CLI
2. Setup and run
2.1. Frontend
git clone https://github.com/CheckiePy/CheckiePyFrontend.git
cd CheckiePyFrontend/acs/
npm install
ng serve
2.2. System
To deploy the whole system at once you should use deploy repository. To run only the backend follow this documentation.