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.example
and rename to.env
- Startup the project by using either
npm run serve