Skip to content

Desafio #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 159 commits into
base: main
Choose a base branch
from
Open

Desafio #4

wants to merge 159 commits into from

Conversation

Josimar16
Copy link

No description provided.

ESLint configuration to improve code standardization
Prettier configuration to improve code standardization
adding swagger to the api route documentation
renaming express type
a class instantiated from the error, to perform all the application's error handling.
initiating database connection, routes and dependency injections
making the api listen on port 3333
starting database with your credentials
Loading a test instance to perform integration tests on a fake database
creating the migration with the necessary fields to be able to login
creating the migration with the necessary fields to be able to make the crud property
creating route instantiation file
validate if the user placed in the token exists
adding additional fields that were in the document readme
creating a contract to define which methods the repository will have to be mandatory, following a SOLID principle which is O open for implementations and closed for modifications
creating fake database to be able to perform unit tests
creating a data transfer object to be able to evaluate the data passed to the repository
adding fields of readme
creating repository implementing the contract
receiving body from the requisition to register the property
docs: 📝 Criando o readme de desenvolvimento
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant