The members of the hunting clubs often find themselves in a situation of an immediate need for information on the functioning of the hunting club (dispatch of notifications, meetings, minutes, work, etc.) and the conditions for hunting (environmental conditions, hunting plan, the state of culling, hunting season, etc.). Hunting clubs that are responsible for providing this information to its members for the purpose of internal procedures still do not use electronic services or they benefit only to a limited extent. The main reason is that service, which would allow all of this, does not exist yet. The thesis is therefore engaged in making online service Lovec, which makes more economical, faster and more transparent communication within the hunting club.
For the implementation of web service it was necessary to set up a web server. We used open source Apache server that helps us to prepare content to be accessible via the Internet. We also needed to design an appropriate data model (relational). It was necessary to set up MySQL database, which allows you to store, edit, search and access data. Access to database is by using phpMyAdmin web interface. Our online service was developed using an integrated development environment PHP Storm. We used Laravel PHP framework, which enables faster and easier creation of Web applications based on MVC architecture. The framework is an aid in setting up authentication, data storage, session management and relations between data.
Depending on the assigned rights our Web services Lovec allows the user to monitor environmental conditions, review the hunting season, the entry and review of the enrollment books, reports, and stock culling, entry and view of the interactive map, etc.
|