Note
We are developing a local testing/development purpose only mock server for various SMS Gateways available in Bangladesh based on their recent API DOCS.
You are welcome to contribute 😇
Please visit our CONTRIBUTING.md guides to get started.
First, make sure you have Node.js (>=20.x recommended) and pnpm (as we are using or use on your own)
Clone our repository
git clone https://github.com/codecontinent/bd-sms-gateway-devmock-server mock-sms-serverRun our application
pnpm install # installing all dependencies
pnpm dev # or use an extra --open flag to open the app directlyTip
Our default port is 3033. You can change it if you face any conflicts.
Modify the vite.config.ts file's server configurations
and change as you needed
Made with ❤️ by @codecontinent/opensource team and contributors.