Maroxy 849807a79f Upload DB | hace 2 años | |
---|---|---|
app | hace 2 años | |
config | hace 2 años | |
database | hace 2 años | |
providers | hace 2 años | |
public | hace 2 años | |
resources | hace 2 años | |
start | hace 2 años | |
.editorconfig | hace 2 años | |
.env.example | hace 2 años | |
.gitignore | hace 2 años | |
404.html | hace 2 años | |
README.md | hace 2 años | |
ace | hace 2 años | |
apache.conf | hace 2 años | |
error.html | hace 2 años | |
naitokoa_20220203_233532.sql.gz | hace 2 años | |
package.json | hace 2 años | |
server.js | hace 2 años |
This is the fullstack boilerplate for AdonisJs, it comes pre-configured with.
Use the adonis command to install the blueprint
adonis new yardstick
or manually clone the repo and then run npm install
.
Run the following command to run startup migrations.
adonis migration:run