Event attendance control mobile app development.
- To facilitate the monitoring of students in events of the Federal Institute of Brasília;
- To automate a task executed by teachers.
Native components:
Download the repository files:
git clone https://github.com/brunomoraisnc/trabalhoppi.git
Go to the trabalhoppi
folder and install NPM + NODEJS:
https://nodejs.org/en/
Then the Ionic CLI via NPM:
npm install -g ionic
The dependencies:
npm install
(If needed: npm config set unsafe-perm true
)
Run the server:
ionic serve
The project was developed with the support of Professor Fábio Henrique during the Internet Programming 2 discipline of the Federal Institute of Brasília's Internet Systems course.
Another module of the project comprises a REST API development hosted on the HEROKU cloud application platform.