Skip to content

shahednasser/octopush-admin-tutorial

 
 

Repository files navigation

Octopush Admin Demo

Demo for Octopush SMS Sending.

Installation

After cloning the repository, you need to install the dependencies:

npm install

Configuration

After you create your Octopush account, you need to add the API key and API login in env-files/development.env:

OCTOPUSH_APIKEY=<API_KEY>
OCTOPUSH_APILOGIN=<API_LOGIN>

Run the Server

To run the server:

npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 54.4%
  • EJS 19.4%
  • SCSS 17.8%
  • JavaScript 8.0%
  • Shell 0.4%