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.
- Host: GitHub
- URL: https://github.com/milospaunovic/invoicr
- Owner: MilosPaunovic
- License: mit
- Created: 2022-08-07T18:32:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T20:30:22.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T01:44:58.493Z (over 1 year ago)
- Topics: invoice, statistics
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.