/ponto-ifb-app

Event attendance control mobile app (Federal Institute of Brasilia, 2019)

Primary LanguageTypeScript

Event Attendance Control Project

Introduction

Event attendance control mobile app development.

Objectives

  • To facilitate the monitoring of students in events of the Federal Institute of Brasília;
  • To automate a task executed by teachers.

Technologies

IONIC Framework

Native components:

Geolocation

HTTP

Setup

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

More information about the project

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.