This is an application that allows to store all records of products sold to the customers and generate invoice for each customer.
- Angular 8
- NodeJS
- MySql
- Bootstrap
For Server to run, install dependencies using following command
npm install
npm run serve
cd client
npm install
ng serve