A continuous learning project to get familiarized with Hexagonal Architecture and research implementation ways in TypeScript.
To install it, simply run
$ npm install
Then with
$ npm start
you will have the application running in localhost:3000. For development, you can use the
$ npm run dev
to have the debugger available 🚀.