Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 2.18 KB

README.md

File metadata and controls

42 lines (22 loc) · 2.18 KB

Finances-API

en pt-br

About the Challenge Backend

Build a Rest API for family financial control, where we will register income, expenses, implement queries, access control, among other features.

Project objectives

The project was developed in sprints lasting 1 week each, which had certain activities to be implemented. For better management of activities, trello was used.

Technologies

The programming language, frameworks and technologies were of free choice. I chose to develop the project with the following technologies:

Java Spring Postgres Docker

Deploy

To run locally you need to have Docker installed.

  • Open the terminal and clone the project using the command git clone https://github.com/WesleyMime/Finances-API.git.

  • Enter the Finances-API folder and use the command docker-compose up.

If everything is working, the link to access is: http://localhost

Documentation

The documentation made in Postman can be accessed by this link and is the most practical way to use this API.