saf
v0.0.2
Published
Another Simple as F*** Web Application
Downloads
17
Maintainers
Readme
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 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.