FastWIN

There's nothing to explain at this moment.

Table of Contents

Prerequisites

.NET SDK (https://dotnet.microsoft.com/download)
Visual Studio or Visual Studio Code (optional)

Installation

  1. Clone the repository:
git clone https://github.com/baristaner/fastwin.git
  1. Change to the project directory:
cd src/fastwin
  1. Build the project:
dotnet build 
  1. Run the project:
dotnet run 

5-Run The Migrations

dotnet ef migrations add MigrationName

Contributing

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature/new-feature.
  3. Commit your changes: git commit -m 'Add new feature'.
  4. Push to the branch: git push origin feature/new-feature.
  5. Create a pull request.