This is a minimalist, non-layered startup solution with the ABP Framework with little bit of customization. It is a good starting point for a new project. It is based on the changes I usually make to the default template.
You can check the demo of the template here: https://abp.antosubash.com
React App: https://abpreact.antosubash.com
- Fixed the swagger class names to be more readable.
- Added the http redirect to https
- Added a working docker file
- Made the migration to be run automatically on startup
- Added the SameSite cookie option
- Added the data protection keys to the Database
- Added Seq logging
- Added CI/CD pipeline with Github Actions
- Version the project
I usually start a new project with the no-layer template and then I make the changes above. I thought it would be a good idea to have a template that already has these changes. I hope it will be useful for someone. If you have any suggestions, please let me know. I will try to update the template as I make changes to my projects. I will also try to keep it up to date with the latest ABP Framework version.
The current usage is of this template is for the AbpReact project. I am using this template to create the backend fo the AbpReact project. You can check the progress of the project here: https://github.com/antosubash/AbpReact
The end goal is to have a template that can be used to create a React + ABP project with minimal effort. I will try to keep the template up to date with the latest ABP Framework version.
- Clone the repository
- Search and replace the
AbpTemplate
with your project name
- Fork the repository
- Make your changes
- Create a pull request
This project is licensed under the terms of the MIT license