Parcelvoy: Open source multi-channel marketing automation platform. Send data-driven emails, sms, push notifications and more!
Find a file
2022-11-13 20:47:07 -05:00
.github/workflows Add media storage (#25) 2022-10-07 16:33:10 -07:00
db/migrations Fixes migration 2022-11-13 16:48:30 -06:00
scripts Add template endpoints & bug fixes (#28) 2022-10-23 14:58:43 -05:00
src Fixes linter issues 2022-11-13 16:37:17 -06:00
tests Starts laying the groundwork for journeys 2022-08-15 09:14:33 -05:00
.eslintrc Adds endpoint for creating or updating a device 2022-11-11 20:31:42 -06:00
.gitignore Initial structure 2022-07-07 21:37:16 -05:00
global.d.ts Fixes linter issues and adds Github action 2022-08-16 16:51:48 -05:00
jest.config.js Starts laying the groundwork for journeys 2022-08-15 09:14:33 -05:00
nodemon.json Starts laying the groundwork for journeys 2022-08-15 09:14:33 -05:00
package-lock.json Starts adding three primary forms of authentication 2022-11-06 17:08:21 -06:00
package.json Starts adding three primary forms of authentication 2022-11-06 17:08:21 -06:00
README.md Additional general setup 2022-07-08 12:45:20 -05:00
tsconfig.json Starts laying the groundwork for journeys 2022-08-15 09:14:33 -05:00

Parcelvoy Platform

Development

Start

To setup live-reload for development run:

npm run serve

Creating a Migration

npm run migrations:create $MIGRATION_NAME