0.0.2 • Published 8 years ago
saf v0.0.2
Simple As F*ck Application
Yet another simple application built on top Adonis.js 4.1.0
Requirements
- Node.js 8.9 or greater
- NPM 5.6 or greater
- Adonis.js 4.1 (installed globally)
Installation
- Clone this repo and enter project root directory,
- Run
npm installcommand to install all dependencies, - Copy and rename
.env.exampleto.env, - Setup your configurations,
- Run
adonis key:generateto generate app key, - Run
node ace migration:runto install migrations, - Run
node ace seed --files InitSeeder.jsto Initialize data, - Enjoy
Commands
Start Development Server
$ npm run serve // or `npm run serve:dbg` to enable debuging modeTesting & Linting
$ npm test $ npm run lint
License
This project is open-sourced software licensed under the MIT license.