This is a solution for ginger payments javascript assignment.
#Project Structure: -ginger-payments --backend (copy from ginger payment assignment to run the JSON Server) --frontend (solution built using angular2 framework)
#Steps to run:
- Clone the repo
- Goto backend, npm install && npm run start:api
- Goto frontend/ginger-payments, npm install && npm start
- To test e2e, npm e2e
#Note: The add payment modal is not closed automatically, considering the intention of adding more payments.
#ToDo: Replace alerts with notifications.
Replace separate variables for the form with payment object.
Add more e2e tests