An open API service indexing awesome lists of open source software.

https://github.com/milospaunovic/invoicr

Creating PDF invoices and showing payment statistics.
https://github.com/milospaunovic/invoicr

invoice statistics

Last synced: 12 months ago
JSON representation

Creating PDF invoices and showing payment statistics.

Awesome Lists containing this project

README

          


Invoicr

Creating PDF invoices and showing payment statistics.

# Overview

This project will try to follow [Semantic Commit Messages](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716) methodology in the development process.

# Development
### Install the dependencies

```bash
yarn
```

### Create environment files as shown in variables/.env.example file

You're gonna need to have values for all properties in order to properly start or deploy the application. Contact [@MilosPaunovic](https://github.com/MilosPaunovic) if you need any help with it.

### Start in development mode

> Change ENV to be local
```bash
yarn dev:ENV
```

### Testing

As it might depend on some backend service, no testing scripts will be listed here. If you know what you're doing, you'll know where to find them.