Skip to content

LeonardoBevilacqua/clean-arch-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clean-arch-example

A simple todo API using express and clean architecture.

The API must

  • Create new todo;
  • List all todos;
  • Get a todo by id;
  • Update the 'reminder' by id;
  • Delete a todo by id.

The project must

  • Use the clean architecture correctly.
  • Imprement unit tests.
  • Have a test coverage of 100%.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published