Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 2.3 KB

README.md

File metadata and controls

80 lines (63 loc) · 2.3 KB

My Finances

Preview   |    Technologies   |    Building   |    Contributing   

Preview

http://localhost:3000

Back-end Technologies

This project was developed using the following technologies:

Building

You'll need Java 11+ and Maven installed on your computer in order to build this app.

$ git clone https://github.com/eric-souzams/my-finances.git
$ cd my-finances/backend
$ mvn spring-boot:run

Front-end Technologies

This project was developed using the following technologies:

Building

You'll need Node.js and Npm installed on your computer in order to build this app.

git clone https://github.com/eric-souzams/my-finances.git
$ cd my-finances/frontend
$ npm start

Contributing

This repository is currently under development. If you want to contribute please fork the repository and get your hands dirty, and make the changes as you'd like and submit the Pull request.