barakoCMS
I got bored so I created a headless CMS built using .NET 6 Minimal API and Entity Framework Core
This project was created out of the blue and showcases the different technologies implemented using .NET and other related techonologies. It is free to use but on your own risks.
Items in the pipeline includes
- Implementing repository pattern for Database Persistence
- Use of Messaging Queues
- Security features such as IP Rate limiting, etc
- Use of Data Transfer Objects and remove confidential information on Authors such as password hashes
- Enhanced sig-up process with the use of email authentication and 3rd party auth
- Improve Swagger documentation