/coral-data

Primary LanguageJavaScript

To do (in no order):

  • Templating (views)
  • Database storage and retrieval (models) Sequelize models are only thing needed for this
  • Routing (to controllers)
  • Controllers (query models and push to views)
  • Roles
  • Save data points
  • Display data points
  • Filter data points
  • Security (ongoing)
  • Validation (ongoing)

Optional

coral-data

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Runs koa backend and frontend with hot-reload

npm run full

Customize configuration

See Configuration Reference.