This project was developed with the following technologies:
- Import a list in CSV and relate it to a tag
- Send message to one or more tags
- List subscribers in one or more tags
- Viewing the shipping progress (completed / not completed)
- Use Amazon SES ($ 1 - 10,000) (Optional)
- Using MongoDB
- Use Express
- Use messaging service (Redis)
-
And run:
$ yarn
for install dependencies -
And run:
$ yarn dev
- run:
$ yarn test
or$ yarn test --runInBand
to run tests separately
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My nova feature'
; - Push to your branch:
git push origin my-feature
.
After the merge of your pull request is done, you can delete your branch.
- Richard Pinheiro - GitHub