thalysonalexr / cadtreesa

Website to project Cadtreesa | Project development at course Information System by UFMT 🌳

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cadtreesa

Release version License

🐘 Cadtreesa project website β˜•

Cadtreesa Project - WEB page

Development of the WEB page for the Cadtreesa project (Cadastre of Trees of Systems & Agricultural) of the discipline of Concepts of programming languages ​​of UFMT.

Purpose

The web page of the Cadtreesa project was developed with the purpose of being the output of the data of the trees registered and validated in the Cadtreesa application for android from different URLs generated and made available in QR code.

Architecture

This application was built on the basis of the architecture model MVC.

tested on PHP and MySQL server

  • PHP: 7.1.9
  • MySQL: 5.7.19
$ php -S localhost:8888 -t public

Running

Dependencies

This project uses several front-end and back-end web development technologies. The project uses composer for management of PHP dependencies (look at composer.json) and CDNJS for dependencies of libraries like bootstrap, jquery. Here are the technologies used in this:

Composer

project dependencies

$ composer update
## sending emails with smtp
$ composer require phpmailer/phpmailer
## project routes
$ composer require klein/klein
## QR Code of the current tree
$ composer require aferrandini/phpqrcode

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Website to project Cadtreesa | Project development at course Information System by UFMT 🌳

License:MIT License


Languages

Language:TSQL 91.1%Language:PHP 5.9%Language:CSS 1.8%Language:HTML 0.6%Language:JavaScript 0.5%