Build a Rest API for family financial control, where we will register income, expenses, implement queries, access control, among other features.
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.
The programming language, frameworks and technologies were of free choice. I chose to develop the project with the following technologies:
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 commanddocker-compose up
.
If everything is working, the link to access is: http://localhost
The documentation made in Postman can be accessed by this link and is the most practical way to use this API.