##Fan Dev
This is a mostly empty solution setup to act as a base for the FAN-DEV STAT TRACKER.
Some things to note:
- This project is designed with Clean Architecture.
- The sample code in this project is made to be used as an example and then thrown away.
- All initial references should be set up and working.
- Amazon Cognito is stubbed out as the authentication provider, but is not fully implemented.
This is not a full fledged solution. Here is just a smattering of things to think about and implement as part of my project work:
- Adding functionality to seed data
- Determine any external functionality for infratructure project
- Add middleware for exception handling
- Figure out unit testing of mediator
- Create and use app settings file for different environments