0.0.2 • Published 6 years ago

saf v0.0.2

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
6 years ago

Simple As F*ck Application

pipeline status coverage report

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 install command to install all dependencies,
  • Copy and rename .env.example to .env,
  • Setup your configurations,
  • Run adonis key:generate to generate app key,
  • Run node ace migration:run to install migrations,
  • Run node ace seed --files InitSeeder.js to Initialize data,
  • Enjoy

Commands

  • Start Development Server

    $ npm run serve // or `npm run serve:dbg` to enable debuging mode
  • Testing & Linting

    $ npm test
    $ npm run lint

License

This project is open-sourced software licensed under the MIT license.