alexjavabraz / invoice-management-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invoice management sample

This is a Node Js sample that allows a basic creation of invoice and send email functionality

Installation

  • Install Node 16
  • npm install
  • npm run start
  • configure your .env file as per the .env.example

How to test ?

  • You can install Insomnia
  • then import src < ressources < Insomnia_2022-05-17.json to Insomnia
  • Have fun ;)

Acess

{
    "clientId": "JN-H",
    "items": [
        {
            "item": "Coaching JN",
            "description": "TDD on Discord",
            "quantity": 0.75
        }
    ],
    "paid":0,
    "moreDetails": "Nothing to add here",
    "debugMode": false
}

About

License:Apache License 2.0


Languages

Language:JavaScript 98.3%Language:Dockerfile 1.6%Language:Shell 0.2%