Categorygithub.com/steven-steven/GoInvoice
modulepackage
0.0.0-20240507131736-fafa2541f3be
Repository: https://github.com/steven-steven/goinvoice.git
Documentation: pkg.go.dev

# README

Backend API that powers the DP Invoice APP. See the native app built in Electron.

This app is created with:

Starting Development

  1. import ./config/config.json file for secrets (firebase configurations)

  2. Install dependencies

    go get
    
  3. Run the app

    go run .
    

Run Unit Tests

  1. Run test for invoice API

    go test ./invoice
    
  2. Run test for inventory item API

    go test ./item
    

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author