This is an example of an application developed with .NET 8 using FastEndpoint, Entity Framework, and CQRS.
-
Clone this repository to your local machine:
git clone https://github.com/your-username/fast-endpoint-example.git
-
Navigate to the project directory:
cd fast-endpoint-example
-
Restore the NuGet packages:
dotnet restore
-
Configure the connection string to your database in
appsettings.json
. -
Start the application:
dotnet run
- Create a new migration:
dotnet ef migrations add DatabaseInitialApproach --project ../Example.Infrastructure/Example.Infrastructure.csproj --startup-project ./
Contributions are welcome! If you wish to contribute to this project, follow these steps:
- Create a new issue.
- Fork the repository.
- Create a branch for your feature:
git checkout -b feature/NewFeature
. - Make your changes and commit:
git commit -m 'Add a new feature'
. - Push the branch:
git push origin feature/NewFeature
. - Submit a pull request.
This project is licensed under the MIT License.