Skip to content

Files

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 10, 2017
Oct 17, 2017
Oct 17, 2017
Oct 17, 2017

Orion Server

Introduction

The backend uses sequelize to query a Postgres database. This database's schema is automatically generated in ./scr/model/ using sequelize-auto. In case the backend schema changes, one can regenerate these files by running gulp build-models. Be careful, regenerating the models might prevent the backend from building (which is of course intentional since this failure would most likely come from a typing error in the code).

More generally, running gulp clean && gulp build will build everything you need from the server.