Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 648 Bytes

File metadata and controls

20 lines (12 loc) · 648 Bytes

Billing Application

Requirements

  • Node and npm
  • MongoDB: Make sure you have your own local or remote MongoDB database URI configured in config/database.js

Installation

  1. Clone the repository: git clone https://github.com/ManuAT/billingApp.git
  2. Install the application: npm install
  3. Place your own MongoDB URI in config/database.js
  4. Start the server: node server.js
  5. View in browser at http://localhost:8080

Try Online

image