Skip to content

A sample biller system implementation using NodeJS and MongoDB.

Notifications You must be signed in to change notification settings

ravidhavlesha/sample-biller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Biller System

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.

Getting Started

Software Requirements

  • NodeJS 8+
  • NPM 3.5+
  • MongoDB 4+

How to install?

  1. Clone the project from github.
git clone https://github.com/ravidhavlesha/sample-biller.git ./sample-biller
  1. Install dependencies.
cd sample-biller
npm install
  1. 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.

Running the server locally.

npm run dev

Running the server as production.

npm run start

Running Eslint.

npm run lint

About

A sample biller system implementation using NodeJS and MongoDB.

Topics

Resources

Stars

Watchers

Forks