BD API is a RestAPI service. Divisions, Districts, Upazilla, Thana, Post Office, Post Code etc of Bangladesh are available in Bangla and English within endpoints.
v1.x is a MVP of this project and also Open-source. Built with NodeJS, ExpressJS, MongoDB, Heroku. Looking for Sponsor/Investor for full project. Contact Here.
BD API is now also available on Rapid API market place. Click Here
Documentation website is here
With Docker
You need to have install Docker & Docker compose.
- Create
.env
file from.env-example
- Please contact with maintainer for MongoDB credentials.
- Add the creadential in
.env
filesDBURL
- Then run
docker-compose up -d --build
- To watch file changes, change the value of
PORT
in theapp.js
, then rundocker-compose exec app npm run dev