mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 19:27:55 +11:00
.. | ||
config | ||
lib | ||
migrations | ||
models | ||
routes | ||
seeders | ||
.env.example | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
index.js | ||
LICENSE | ||
nginx.conf | ||
NOTICE | ||
package.json | ||
README.md | ||
yarn.lock |
Colubrina Backend
Setup instructions
- Run
yarn install
to install the dependencies. - Configure the MariaDB database connection in
config/config.json
using the example templateconfig/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
ornode .
to start the proxy in production. - Colubrina Proxy runs on port 23998.