In this project, registered users can add their own products/services with prices and other info. Then the user can add their own customer that the user wants to generate documents.
- offers
- contract notes
- invoice
$ cd server && npm install
$ cd ../client && npm install
$ cd .. && npm install -g concurrently
$ npm start