vast-n3 / vastn3
vast-n3 main frame
dev-master
2020-05-10 02:27 UTC
Requires
- php: ^7.0
- ext-json: *
- mnsami/composer-custom-directory-installer: 1.1.*
- neoan3-apps/db: ^0.2.1
- neoan3-apps/ops: ^1
- neoan3-apps/stateless: ^1
- neoan3-apps/transformer: ^1
- neoan3-model/index: ^0.0.1
- phpmailer/phpmailer: ~6.1
This package is auto-updated.
Last update: 2024-11-10 12:34:08 UTC
README
vast-n3 is a bootstrapping project setting up
- vue
- axios
- stateless (neoan3 JWT handler)
- tailwind
- neoan3
The powerful PHP-backend with CRUD & REST-Api is set up to serve your Vue application and aims at providing common tools (like authentication) and a minimal, customizable and versatile front-end.
Installation
Prerequisites
The installer requires node & npm, neoan3-cli and we recommend having GIT installed.
Via script
The easiest installation is done via neoan3-cli. Open a new folder (php must have access rights) and install neoan3:
neoan3 new app [your-project-name]
Then run our installation script:
neoan3 install https://neoan.us/vast-n3/master/
Setup credentials:
php setup.php
Migrate models:
neoan3 migrate models up