A finance management system GUI which is using the AFMS API. This allows a user to create a checkout, make a payment and also ask for a refund.
For the GUI, please use the following Repository: https://github.com/jcsix694/afms
- Pull down Repository
- Run
npm install - Copy
/.env.exampleand rename to.env - Startup the project by using either
npm run serve