Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 2.36 KB

README.md

File metadata and controls

60 lines (42 loc) · 2.36 KB

Enia

👨‍🌾 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.

Introduction

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.

Authors

Documentation

  • The whole documentation of the project can be found in the Documents directory

Technical informations

In this section we introduce technical informations and installing guides!

Clone and run the project locally

Follow these steps:

  1. Clone this repository locally;
  2. Create a virtual environment and install the libraries contained in the "requirements.txt" file;
  3. Run the "app.py" file and open the web application available at the URL "http://localhost:5000"

Built With

  • 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.

Contributors