A platform that uses the Twilio API and allows organizations to engage with a mass amount of followers via SMS messages.
- Clone the repository
- Install your dependencies:
npm install - Create your database:
npm run db:create - Load the schema:
npm run db:reset - Create a
.envfile and copy and paste the content of the.env.templatefile and insert your own environment variables. - Run the server:
npm run start:dev
