This is a simple web app for transactions manager.
Front-End: ReactJs
Back-End: Loopback 3 and PostgreSQL
First, you have to run the back end:
cd back-end/transactions-manager-api
npm install
npm start
In the transactions-manager-api
folder, you will find a README file explaining how to set up the environment and other informations.
After that, you ca run the front-end:
cd front-end/transactions-manager-web
npm start
Feel free to clone the project. When you're done, open a MR and it will be reviewed.