Colubrina/backend
2022-09-04 14:51:19 +10:00
..
config 1.0.19 2022-08-07 00:35:00 +10:00
lib 1.0.25 2022-08-31 18:46:40 +10:00
migrations 1.0.26 2022-08-31 20:26:08 +10:00
models 1.0.26 2022-08-31 20:26:08 +10:00
routes 1.0.29 2022-09-04 14:51:19 +10:00
seeders update 2022-07-29 21:26:18 +10:00
.env.example 1.0.19 2022-08-07 00:35:00 +10:00
.gitignore 1.0.19 2022-08-07 00:35:00 +10:00
.prettierignore init 2022-06-05 22:58:18 +10:00
.prettierrc init 2022-06-05 22:58:18 +10:00
.sequelizerc 1.0.19 2022-08-07 00:35:00 +10:00
index.js 1.0.26 2022-08-31 20:26:08 +10:00
LICENSE init 2022-06-05 22:58:18 +10:00
nginx.conf init 2022-06-05 22:58:18 +10:00
NOTICE major update 2022-07-29 19:04:37 +10:00
package.json 1.0.23 2022-08-14 22:06:56 +10:00
README.md update 2022-07-29 20:34:27 +10:00
yarn.lock upgrade dependencies 2022-09-03 13:50:18 +10:00

Colubrina Backend

Setup instructions can be found in the root README.md document.

Manual Setup instructions (not using Colubrina CLI)

  • Run yarn install to install the dependencies.
  • Configure the MariaDB database connection in config/config.json using the example template config/config.example.json.
  • Configure .env with the template .env.example.
  • Run sequelize db:migrate to create the database tables.
  • Run sequelize db:seed to seed required information to the database.
  • Run yarn serve to start the proxy with nodemon which automatically restarts on file-change for development.
  • Run yarn start or node . to start the proxy in production.
  • Colubrina Backend runs on port 23998.