The project involves executing operational distribution functions for workers in a multi-layered architecture developed using .NET Core WebAPI and Angular.
- Backend: .NET Core 7.0
- Database: SQL Server 2019
Navigate to the backend directory:
cd /path/to/your/backend
Restore the necessary packages:
dotnet restore
For database migrations:
dotnet ef database update
Run the application:
dotnet run
Navigate to the frontend directory:
cd /path/to/your/frontend
Install the required node modules:
npm install
Start the Angular application:
ng serve
You can now view the application in your browser at http://localhost:4200.
If you would like to contribute:
- Fork the repository.
- Create your feature branch (git checkout -b my-new-feature).
- Commit your changes (git commit -am 'Add some feature').
- Push your branch (git push origin my-new-feature).
- Create a new Pull Request.
This project is licensed under the MIT license. For more information, refer to the LICENSE file.