Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 661 Bytes

README.md

File metadata and controls

54 lines (37 loc) · 661 Bytes

ST Template API

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