0
1
Fork 0
Verdnatura main web page for migration
Go to file
Juan Ferrer 65280ccbc9 refs #4922 README fixes 2024-11-26 14:29:08 +01:00
.vscode fix: eslint warnings 2024-08-19 12:38:17 +02:00
back refs #4922 Project root clean 2024-11-26 14:25:57 +01:00
debian refs #4922 Project root clean 2024-11-26 14:25:57 +01:00
doc Reorganizacion de ficheros 2015-08-20 15:11:49 +02:00
image Checkpoint 2022-05-21 23:31:56 +02:00
public refs #4922 Login UI 2022-11-30 18:59:07 +01:00
src Create custom title variable 2024-11-06 22:44:01 -03:00
utils Grant execute to image trash clean script 2021-04-02 18:05:04 +02:00
.dockerignore Preparing docker deployment 2020-01-20 22:26:15 +01:00
.editorconfig refs #4922 Quasar added 2022-11-29 20:32:57 +01:00
.eslintignore refs #4922 Quasar added 2022-11-29 20:32:57 +01:00
.eslintrc.js Add cypress eslint config 2024-10-07 08:34:55 -03:00
.gitignore refs #4922 Quasar added 2022-11-29 20:32:57 +01:00
.npmrc refs #4922 Quasar added 2022-11-29 20:32:57 +01:00
.postcssrc.js refs #4922 Quasar added 2022-11-29 20:32:57 +01:00
.prettierrc.js More linting and formatting 2024-07-17 09:23:30 -03:00
Dockerfile refs #4922 Dockerfile updated, rules fixes 2024-11-25 17:07:33 +01:00
Jenkinsfile refs #4922 Deploy fixes 2024-11-25 16:59:26 +01:00
LICENSE refs #4922 Deploy fixes 2024-11-25 17:31:37 +01:00
README.md refs #4922 README fixes 2024-11-26 14:29:08 +01:00
babel.config.js refs #4922 Quasar added 2022-11-29 20:32:57 +01:00
cypress.config.js Some changes and more tests 2024-10-24 10:02:15 -03:00
docker-compose.yml refs #4922 Deploy fixes 2024-11-25 16:59:26 +01:00
import.js refs 3971 Rest requests promisified 2022-11-28 09:51:31 +01:00
jsconfig.json refs #4922 Quasar added 2022-11-29 20:32:57 +01:00
package-lock.json refs #4922 Setup Vue deployment 2024-11-25 14:36:38 +01:00
package.json refs #4922 Project root clean 2024-11-26 14:25:57 +01:00
quasar.config.js fix: eslint warnings 2024-08-19 12:38:17 +02:00

README.md

Hedera

Hedera is the main web page for Verdnatura.

Getting Started

Required dependencies.

  • PHP >= 7.0
  • Node.js >= 8.0

Launch application for development.

$ npm run dev

Launch project backend.

cd back
php -S 127.0.0.1:3002 -t . index.php

Run server side method from command line.

php hedera-web.php -m method_path

Built with