mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 19:27:55 +11:00
8451be5cc3
Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.5.3 to 16.5.4. - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](https://github.com/sindresorhus/file-type/compare/v16.5.3...v16.5.4) --- updated-dependencies: - dependency-name: file-type dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
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 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 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 Backend runs on port 23998.