Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilri/livegene
ILRI Livestock Genetics
https://github.com/ilri/livegene
php symfony
Last synced: 3 days ago
JSON representation
ILRI Livestock Genetics
- Host: GitHub
- URL: https://github.com/ilri/livegene
- Owner: ilri
- Created: 2019-08-25T15:56:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T04:35:58.000Z (over 1 year ago)
- Last Synced: 2024-03-26T01:54:00.948Z (8 months ago)
- Topics: php, symfony
- Language: Twig
- Homepage: https://livegene.ilri.org
- Size: 15 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Security: docs/security.md
Awesome Lists containing this project
README
LiveGene
========LiveGene is an abbreviation of **Live**stock **Gene**tics,
a program at ILRI (International Livestock Research Institute) in Nairobi, Kenya.This application manages the projects within this program.
Application
-----------The application is hosted with SymfonyCloud and is accessible under:
https://livegene.ilri.org
The application is developed with PHP and uses the framework Symfony.
It requires PHP 7.4 and the LTS Symfony version 4.4. As of now (2nd February 2022)
it uses the patch version 4.4.37.
The version 4.4 is supported until November 2023.It consists of 3 main parts:
- `/#/` -> frontend application built with Vue.js
- `/api` -> REST API built with API Platform
- `/admin` -> admin area built with SonataAdminBundleEntity Relationship Model
-------------------------The application uses MySQL for the data storage. The data model consists of 16 entities.
![erm](docs/assets/erm.png)
![pictograms](docs/assets/drawing.png)
Developer's guide
-----------------Please read the [documentation](docs/index.md).