- Ravish Ragoonanan
- Rajeev Kunu
- Darion Hernandez
The goal of this project is to create a form of cryptocurrency(UWICoin), based on the Ripple API for use on the St. Augustine Campus of the UWI to provide students an alternative to physical cash. UWICoin is trying to resolve the issue of robberies which has become a main concern at the start of the semester. This is done by providing a cashless form of currency to use around campus. As well as trying to create a feasible form of the cryptocurrency so that it can have positive benefits to the University.
The UWICoin bursary application, created using Angular 5, will be used by all bursary staff to add vendor accounts, manage and add bursary general and admin accounts and to accept debit and credit transactions from students or staff.
This project was generated with Angular CLI version 1.6.8.
Node.js
Angular 5 Framework
First install Node.js
Then install the Ionic Framework
npm install -g ionic
Install Git
Clone the repository
git clone https://github.com/UWICoin/UWICoin-Bursary.git
Open the folder and install the dependencies
cd UWICoin-Bursary
npm install
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## 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.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).