This is the fullstack type script boilerplate for AdonisJs, it comes pre-configured with.
- Bodyparser
- Session
- Authentication
- Web security middleware
- CORS
- Edge template engine
- Lucid ORM
- Migrations and seeds
- tslint
- Typescript
- Docker
- Tests
Manually clone the repo and then run npm install
.
You may need to globally install type script and tslint to get VSCode to use lint
sudo npm install -g typescript sudo npm install -g tslint
Run the following command to run startup migrations.
adonis migration:run
Build with: npm run-script docker-build Run with: npm run-script docker-run