- Node and npm
- MongoDB: Make sure you have your own local or remote MongoDB database URI configured in
config/database.js
- Clone the repository:
git clone https://github.com/ManuAT/billingApp.git
- Install the application:
npm install
- Place your own MongoDB URI in
config/database.js
- Start the server:
node server.js
- View in browser at
http://localhost:8080