crypto-watcher-api icon indicating copy to clipboard operation
crypto-watcher-api copied to clipboard

C# .NET Core + DDD + Hangfire + Swagger + Automapper + FluentValidation + Serilog + EF Core

crypto-watcher

C# .NET Core + DDD + EF Core + Hangfire + Swagger + Automapper + FluentValidation + HealthChecks + Serilog

GOALS:
  • [x] #1 Foundation for any project following .Net Core, REST API, DDD and micro-services architecture
  • [ ] #2 Crypto bot that combines analytical trading with people's accuracy
  • [ ] #3 Aim to reduce market volatility acting as a whole.
PHASES:
  • [ ] Phase #1 Allow coummunity to create indicators (Collaboration)
  • [ ] Phase #2 Identify best indicators (Expectation)
  • [ ] Phase #3 Automate buys/sells (Automation)
  • [ ] Phase #4 Recongnize best users (Reputation)
  • [ ] Phase #5 Reward users (Reward)
HOW TO RUN IT:

Clone the shared respository next to the folder where you have cloned crypto-watcher. Nugets are in progress so, for now, I am just cross referencing the projects.<BR> Debug the API. By default it uses an in-memory database, so, everything should load.

image