An attempt to recreate all of the freeCodeCamp Back End projects in .NET.
Uses an SQL database instead of MongoDB.
The freeCodeCamp Back End projects are as follows:
- Timestamp Microservice
- Request Header Parser Microservice
- URL Shortener Microservice
- Exercise Tracker
- File Metadata Microservice
Because this project combines all microservices into one web app, some URIs had to be changed to avoid collisions, so the services will not work exactly as the freeCodeCamp automated grader expects.