cookie-dialog-monster/packages/api
2024-10-18 16:18:52 +02:00
..
src refactor(database): improve naming to add exclude_matches to it 2024-10-18 16:18:52 +02:00
.env.example feat: migrate to git.wanhose.dev 2024-10-13 11:11:31 +02:00
.eslintrc refactor(packages): report-service to api 2022-05-23 13:07:25 +02:00
nodemon.json refactor(packages): report-service to api 2022-05-23 13:07:25 +02:00
package.json refactor: move licenses up 2024-10-15 11:51:07 +02:00
README.md refactor: move licenses up 2024-10-15 11:51:07 +02:00
tsconfig.json chore: update deps 2023-09-29 17:45:52 +02:00

Cookie Dialog Monster API

Installation

Make sure you have Node.js (version 20.x) and Yarn installed.

yarn install

Scripts

yarn build

Removes the build directory and compiles TypeScript files.

yarn dev

Starts the server in development mode with nodemon.

yarn lint

Lints the codebase using ESLint.

yarn start

Starts the API server instance in production mode.