Backend API for https://vendordb.info
Once you've cloned the project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run start:dev
Please base your contributions off of the "canary" branch!
Main always contains the currently live version.
To create a production version of Nexum:
npm run build
npm start # start the server
Add a new file in config/
, either production.yml
or development.yml
. Here you can add your config overrides.
Default values are stored in default.yml