Skip to content

A login API based on Clean Architecture principles and using TDD.

Notifications You must be signed in to change notification settings

lucas-santosP/tdd-clean-architecture-login

Repository files navigation

API - Clean Architecture and TDD

A login API based on Clean Architecture principles and using TDD (test driven development). And built watching rmanguinho's playlist video on Youtube that can be found here and his repository here.

Built With

  • Express - "Fast, unopinionated, minimalist web framework for node."
  • MongoDB - "A general purpose, document-based, distributed database built for modern application developers and for the cloud era."
  • Jest - "A delightful JavaScript Testing Framework with a focus on simplicity."

Installation

npm install
npm run start

License

This project is licensed under the MIT License - see the LICENSE.md file for details