dcaponi / clean-architecture-implementation

A quick and dirty implementation of Uncle Bob's Clean Architecture paradigm
17 stars 8 forks source link

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