👨🌾 Web application built to support farmers and crops 👨🌾
A project for
Software Engineering and Software Project Management
courses of Computer Science at University of Salerno.
Web Application built with Python Flask with the aim of helping farmers to grow their business by optimising their work and resources
Produced for the Software Engineering and Software Project Management courses of Computer Science at University of Salerno.
- Carmine Laudato - Project Manager - carminelau
- PierLuigi Lambiase - Project Manager - pierluigilambiase
- Gerardo Frino - Developer - Paneenutella0654
- Benedetto Scala - Developer - benedettoscala
- Maria Lombardi - Developer - marialombardi861
- Francesco Fattorusso - Developer - OddSnike
- Francesco Maria Puca - Developer - FraPCA
- The whole documentation of the project can be found in the Documents directory
In this section we introduce technical informations and installing guides!
Follow these steps:
- Clone this repository locally;
- Create a virtual environment and install the libraries contained in the "requirements.txt" file;
- Run the "app.py" file and open the web application available at the URL "http://localhost:5000"
- Python - The programming language used for the back-end development.
- Flask - The framework used to build and develop the web application.
- HTML5 - Used for the front-end development.
- Bootstrap - Front-end framework.