Colubrina/backend
ElectricS01 49323e826b
Update deps and embeds
2023-12-10 15:31:02 +11:00
..
config 1.0.19 2022-08-07 00:35:00 +10:00
lib Update embed resolver, update open-graph-scraper, update deps, fix crashes without a default theme 2023-12-10 02:42:16 +11:00
migrations 1.0.37 2023-01-30 17:16:38 +11:00
models 1.0.37 2023-01-30 17:16:38 +11:00
routes Update embed resolver, update open-graph-scraper, update deps, fix crashes without a default theme 2023-12-10 02:42:16 +11: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
LICENSE init 2022-06-05 22:58:18 +10:00
NOTICE major update 2022-07-29 19:04:37 +10:00
README.md update 2022-07-29 20:34:27 +10:00
index.js 1.0.26 2022-08-31 20:26:08 +10:00
nginx.conf init 2022-06-05 22:58:18 +10:00
package.json Update deps and embeds 2023-12-10 15:31:02 +11:00
yarn.lock Update deps and embeds 2023-12-10 15:31:02 +11:00

README.md

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.