A sample biller system implementation for finding outstanding customer bills and marking them paid with return receipt. This system is built with NodeJS, and MongoDB.
- NodeJS 8+
- NPM 3.5+
- MongoDB 4+
- Clone the project from github.
git clone https://github.com/ravidhavlesha/sample-biller.git ./sample-biller
- Install dependencies.
cd sample-biller
npm install
- Setup environment variables.
- You will find a file named
.env.example
in root directory of this project. - Create a new file by copying
.env.example
file and renaming it to.env
.
cp .env.example .env
- Update the newly created
.env
file with your values.
npm run dev
npm run start
npm run lint