Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lifyzer/lifyzer-webapp-cms
π Allows users to add new products and allows admins to moderate them easily π₯
https://github.com/lifyzer/lifyzer-webapp-cms
cms food foodscan lifyzer lifyzer-webapp-cms nutrition php72 twig webapp webapplication
Last synced: 4 months ago
JSON representation
π Allows users to add new products and allows admins to moderate them easily π₯
- Host: GitHub
- URL: https://github.com/lifyzer/lifyzer-webapp-cms
- Owner: Lifyzer
- License: gpl-3.0
- Created: 2018-05-02T18:53:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T20:42:32.000Z (about 1 year ago)
- Last Synced: 2024-10-12T12:40:25.220Z (4 months ago)
- Topics: cms, food, foodscan, lifyzer, lifyzer-webapp-cms, nutrition, php72, twig, webapp, webapplication
- Language: PHP
- Homepage: https://github.com/Lifyzer/Lifyzer-WebApp-CMS
- Size: 95.7 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π Lifyzer WebApp CMS π
Allows users to add new products and allows admins to moderate them easily.
![Healthy Food, Healthy Tomato](static/img/healthy-tomato.svg)
## The Requirements
* [PHP 7.1](http://php.net/releases/7_1_0.php) or higher
* [Composer](https://getcomposer.org)## Who Am I..? The Author!
[Pierre-Henry Soria](http://pierrehenry.be), a cool, passionate Belgian engineer :belgium: :smiley:
*(happy & in good health thanks **[Lifyzer App](https://play.google.com/store/apps/details?id=com.lifyzer)**!)*You can always contact me at *hi {{AT}} ph7 [[D0T]] me*!
## About The Project
[Lifyzer.com](https://lifyzer.com), Healthy Food Solutionβ’ π₯₯
## Setting Up
1. Run `composer install` to install the backend project's dependencies.
2. In `~/Server/config/`, rename `.env.dist` to `.env` and edit the details and set a secure `SECURITY_HASH` in there.
3. Start a local development server `php -S 127.0.0.1:8080`