clean-architecture-implementation
clean-architecture-implementation copied to clipboard
A quick and dirty implementation of Uncle Bob's Clean Architecture paradigm
Getting Started
- Install Docker
- Clone this repository
- (Optional) Install MongoDb Compass So we can see things getting saved to the MongoDB cluster on your local
- Create a .env file and add a connection string for your local
-
DATABASE_CONNECTION=mongodb://mongo:27017/student
-
- Run
docker-compose build
- Run
docker-compose up