0.1.1 • Published 7 years ago

vulcano v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Vulcano

Stack

API

Install

System

  • Unix
  • Node.js v6+

Packages

$ npm install install

Workflow

CommandDescription
nodemonRun development server and watch changes
npm run startStart development server
npm run productionStart production server
pm2 start package.json --env=productionStart production server with PM2

Structure

  • app/
  • core/
  • public/ - HTTP Public folder
  • Procfile - Heroku entry point
  • README.md
  • app.js - Server entry point
  • deploy.sh - Script to run after deployment to set manuality your config
  • nodemon.json - Nodemon entry point

Your App Folder

Config

connections.js

local.js

policies.js

routes.js

server.js

Controllers

Helpers

Filters

Models

Responses

vsr.js

Services

ActiveRecord.js

AppController.js

Filter.js

Jwt.js (Json Web Token)

Paginate.js

Upload.js

VSError.js

Views.js

_shared

Errors
Partials
Templates