Backend from GoBarber application, this backend was built using SOLID principles (https://www.notion.so/Princ-pios-do-SOLID-d469618bbd2049668eaf80e889194cce)
- NodeJS
- TypeScript
- TypeOrm
- Bcryptjs
- Jsonwebtoken
- ESLint + Prettier
# Clone this repository
- git clone https://github.com/acpn/gobarber-server
# Enter project directory
- cd [project folder]
# Install dependencies
- yarn
# Start the server
- yarn dev
- Fork this repository;
- Create a branch for your features;
- Push your branch.
TEste5