Colubrina/backend
2022-07-30 15:14:26 +10:00
..
config init 2022-06-05 22:58:18 +10:00
lib 1.0.5 2022-07-30 15:14:26 +10:00
migrations Update 20220323084558-create-users.js 2022-07-29 23:32:52 +10:00
models 1.0.4 2022-07-30 01:11:55 +10:00
routes 1.0.5 2022-07-30 15:14:26 +10:00
seeders update 2022-07-29 21:26:18 +10:00
.env.example major update 2022-07-29 19:04:37 +10:00
.gitignore add .gitignore 2022-06-05 22:34:57 +10:00
.prettierignore init 2022-06-05 22:58:18 +10:00
.prettierrc init 2022-06-05 22:58:18 +10:00
index.js 1.0.5 2022-07-30 15:14:26 +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 Bump file-type from 16.5.3 to 16.5.4 in /backend 2022-07-29 12:06:43 +00:00
README.md update 2022-07-29 20:34:27 +10:00
yarn.lock Bump file-type from 16.5.3 to 16.5.4 in /backend 2022-07-29 12:06:43 +00: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.