(I am using node 12)
- From the root directory, run:
- From the root directory, run:
- To start the backend, from the root directory, run:
- To start the frontend, from the root directory, run:
- Add testing.
- Improve error handling.
- Add responsive/adaptive design.
- Add filter for user to easily see payments involving him/herself.
- For created payments:
- add correct formatting of each currency/amount (ex: $4 should be saved as $4.00)
- make sure people cannot submit invalid amounts (ex: $5.0043 should not be allowed, but 5.0043 BTC should)