This is a school-based project for managing invoices created in the following repository: https://github.com/S0urC10ud/laravelInvoiceManagement
By using axios and other libraries the goal of this project is to enable potential users to execute all CRUD-Operations from the frontend:
- Create invoices
- Edit invoices
- List all invoices
- Delete invoices
In order to get started execute the following commands after editing the SERVER_URL
inside src/config.json
to the url of the above mentioned Laravel-Backend.
git clone https://github.com/S0urC10ud/InvoiceManagementReactFrontend
cd InvoiceManagementReactFrontend
npm install
npm run start