https://github.com/lucasbelpiede/invoice_analyzer
A invoice analyzer page template developed with PHP
https://github.com/lucasbelpiede/invoice_analyzer
css git html javascript mysql php sql
Last synced: 2 months ago
JSON representation
A invoice analyzer page template developed with PHP
- Host: GitHub
- URL: https://github.com/lucasbelpiede/invoice_analyzer
- Owner: lucasbelpiede
- License: mit
- Created: 2025-03-05T02:37:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-05T03:51:31.000Z (over 1 year ago)
- Last Synced: 2025-03-05T04:18:22.919Z (over 1 year ago)
- Topics: css, git, html, javascript, mysql, php, sql
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Invoice Analyzer
A analyzer website template developed with PHP
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
## About The Project
[![Invoice Analyzer Image][product-image]](https://github.com/lucasbelpiede/Invoice_Analyzer)
The purpose of this template is facilitate the development process of analyzer websites.
### Built With
* [![PHP][PHP.net]][PHP-url]
## Getting Started
To get a local copy up and running, follow these simple steps.
### Prerequisites
This is a list of technologies you need to use the template.
* [![NGINX][NGINX.org]][NGINX-url][![Apache][Apache.org]][Apache-url]
* [![MySQL][MySQL.com]][MySQL-url][![MariaDB][MariaDB.org]][MariaDB-url]
### Installation
1. Get a free XAMPP download at [https://www.apachefriends.org](https://www.apachefriends.org) and install (or you can use any other solution stack software based in PHP, MySQL or MariaDB DBMS, NGINX or Apache web servers you prefer)
2. Clone the repo into XAMPP "htdocs" folder
```sh
git clone https://github.com/lucasbelpiede/Invoice_Analyzer.git
```
3. Open the XAMPP and start Apache and MySQL
4. Create a new database named "invoices" at [http://localhost/phpmyadmin](http://localhost/phpmyadmin) and then, create a new table named "invoicesdata" with 6 columns named "id", "cnpj", "name", "address", "phone" and "email"
5. Open the website at [http://localhost/Invoice_Analyzer](http://localhost/Invoice_Analyzer)
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the project
2. Create your feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the MIT license. See `LICENSE` for more information.
## Contact
Lucas Ferraz Belpiede - [+55 (87) 98835-0714](https://wa.me/5587988350714) - lucasferrazbelpiede01@hotmail.com
Project Link: [https://github.com/lucasbelpiede/Invoice_Analyzer](https://github.com/lucasbelpiede/Invoice_Analyzer)
[contributors-shield]: https://img.shields.io/github/contributors/lucasbelpiede/Invoice_Analyzer.svg?style=for-the-badge
[contributors-url]: https://github.com/lucasbelpiede/Invoice_Analyzer/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/lucasbelpiede/Invoice_Analyzer.svg?style=for-the-badge
[forks-url]: https://github.com/lucasbelpiede/Invoice_Analyzer/network/members
[stars-shield]: https://img.shields.io/github/stars/lucasbelpiede/Invoice_Analyzer.svg?style=for-the-badge
[stars-url]: https://github.com/lucasbelpiede/Invoice_Analyzer/stargazers
[issues-shield]: https://img.shields.io/github/issues/lucasbelpiede/Invoice_Analyzer.svg?style=for-the-badge
[issues-url]: https://github.com/lucasbelpiede/Invoice_Analyzer/issues
[license-shield]: https://img.shields.io/github/license/lucasbelpiede/Invoice_Analyzer.svg?style=for-the-badge
[license-url]: https://github.com/lucasbelpiede/Invoice_Analyzer/blob/master/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/lucasbelpiede
[PHP.net]: https://img.shields.io/badge/PHP_7.4-777BB4?style=for-the-badge&logo=php&logoColor=white
[PHP-url]: https://www.php.net
[MySQL.com]: https://img.shields.io/badge/MySQL-005C84?style=flat-square&logo=mysql&logoColor=white
[MySQL-url]: https://www.mysql.com
[MariaDB.org]: https://img.shields.io/badge/MariaDB-003545?style=flat-square&logo=mariadb&logoColor=white
[MariaDB-url]: https://mariadb.org
[NGINX.org]: https://img.shields.io/badge/NGINX-009639?style=flat-square&logo=nginx&logoColor=white
[NGINX-url]: https://nginx.org
[Apache.org]: https://img.shields.io/badge/Apache-D22128?style=flat-square&logo=apache&logoColor=white
[Apache-url]: https://httpd.apache.org
[product-image]: readme-files/Invoice-Analyzer-Image.jpg