* api: createSchedule refactor - still need to handle overrides * createSchedule: handle overrides * createSchedule: default schedule e2e test fix and pad hours:minutes * get default schedule, by id and all schedules * update schedule * refactor: update handler delete only if overrides or availabilities given * remove comment * refactor: move schedules inputs, outputs to platform-types + e2e tests refactor * refactor e2e * fix: overrides and test * fix managed user create * my brain is fried but refactor good * WIP: transform api schedule for atom * WIP: transform api schedule for atom * WIP: transform api schedule for atom * fix: re-export atom transformer from lib * fix: format schedule for api from atom * fix ts ignore * refactor: move schedule hooks into hooks/schedules * feat: useSchedules hook to get count of user schedules * tests: setup atom tests & test transformScheduleForAtom * rename transformers * test transformAtomScheduleForApi * reset scheduel update handler for trpc * fix: import path * refactor: transformers * swagger docs fix * get rid of unused availabilities module * get rid of eslint-disable-next-line in schedules repository * refactor: remove crypto from atoms vite rollupOptions * refactor: comment schedules repository update logic
A progressive Node.js framework for building efficient and scalable server-side applications.
Description
Nest framework TypeScript starter repository.
Installation
$ yarn install
Prisma setup
$ yarn prisma generate
Env setup
Copy .env.example to .env and fill values.
Running the app
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
Test
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Stay in touch
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
License
Nest is MIT licensed.