Skip to content

manelperez/AutoMower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoMower

This is an example of an automatic lawnmower project that mows grass in the garden.

The goal is use new technologies and best practices.

Author

  • Manel Perez Clot
  • License MIT

Technologies

Practices

  • Clean Architecture
  • Clean Code
  • SOLID Principles
  • Separation of Concerns
  • DDD (Domain-Driven Design)

Run

Command Line

Prerequisites

Steps

  1. Open directory src\AutoMower.ConsoleApp in command line and execute dotnet run.
Visual Studio Code

Prerequisites

Steps

  1. Open src directory in Visual Studio Code.
  2. Press F5.
Visual Studio

Prerequisites

Steps

  1. Open AutoMower.sln file in Visual Studio.
  2. Set AutoMower.ConsoleApp as startup project.
  3. Press F5.

Layers

Application: Flow control.

Domain: Business rules and domain logic.

About

Automatic mower that mows the grass in the garden.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages