Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 684 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 684 Bytes

Transactions Manager

This is a simple web app for transactions manager.

Front-End: ReactJs

Back-End: Loopback 3 and PostgreSQL

How to Run?

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

Do you want to contribute?

Feel free to clone the project. When you're done, open a MR and it will be reviewed.