This application show all information of transaction.
The application right now only enable create new transaction and show the history.
Before run app, you should need to have installed mongo on localhost with port 27017. Also, you need node v14 to run the projects.s
At the first time you need build the projects.
npm run build
npm run start
The project should open with port 3000. if dosent open, open it with your explorer.
so...we have many things to do...
- update and delete from table.
- improve build and bundle.
- UX.
- validation input's values,
- create docker file.
- solved why keys of table throw warning.