Maroxy 849807a79f Upload DB | 2 years ago | |
---|---|---|
app | 2 years ago | |
config | 2 years ago | |
database | 2 years ago | |
providers | 2 years ago | |
public | 2 years ago | |
resources | 2 years ago | |
start | 2 years ago | |
.editorconfig | 2 years ago | |
.env.example | 2 years ago | |
.gitignore | 2 years ago | |
404.html | 2 years ago | |
README.md | 2 years ago | |
ace | 2 years ago | |
apache.conf | 2 years ago | |
error.html | 2 years ago | |
naitokoa_20220203_233532.sql.gz | 2 years ago | |
package.json | 2 years ago | |
server.js | 2 years ago |
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