This is a server (API) for noir-libs.org package manager for Noir. Built with Nest.js.
nvm use
yarn installSpecify DB (PostreSQL) connection details in .env file. See .env.example for a reference.
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod