Skip to content

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

Notifications You must be signed in to change notification settings

dcaponi/clean-architecture-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published