Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 407 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 407 Bytes

AFMS GUI

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

Getting started

  1. Pull down Repository
  2. Run npm install
  3. Copy /.env.example and rename to .env
  4. Startup the project by using either npm run serve