clean-architecture-implementation icon indicating copy to clipboard operation
clean-architecture-implementation copied to clipboard

A quick and dirty implementation of Uncle Bob's Clean Architecture paradigm

Getting Started

  1. Install Docker
  2. Clone this repository
  3. (Optional) Install MongoDb Compass So we can see things getting saved to the MongoDB cluster on your local
  4. Create a .env file and add a connection string for your local
    • DATABASE_CONNECTION=mongodb://mongo:27017/student
  5. Run docker-compose build
  6. Run docker-compose up