Skip to content

Stactica/st-template-daemon

Repository files navigation

ST Template Daemon

Build Status

Requirements

  • Docker
  • NodeJS

Install

npm install
docker compose pull

Run

docker compose up -d mongo
npm run dev

Build

npm run build

Migrations

npx prisma migrate dev --name init

Seeds

npm run seed # TODO - mongo connection for seeds is not working

Test

npm test
# npm test:ci # testing with coverage for continuous integration

TODO

  • Mongo seed debug
  • Prisma package publishing
  • Depencency checker
  • 1-click deploy