Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

thejoaov/gostack-14-gobarber-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Server

Uptime Robot status CircleCI Test Coverage Maintainability

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.

To - Do

  • 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)