This repository contains the GoBarber BackEnd application, developed during RocketSeat Bootcamp GoStack 14, improved with my current knowledge about some patterns, tests, and my personal code preferences.
So, the code avaiable here may differ from the original, which can be found HERE.
- Commit pattern (git-commit-msg-linter)
- Husky and lint-staged
- Sending emails in production (currently using only mailhog | ethereal for development)
- Dockerize Databases (docker-compose)
- Tests implementation (TDD)
- Sentry
- CI (CircleCI)
- CD (Heroku)
- Code Quality and Coverage (Codeclimate)