Skip to content

dev-ugurkontel/operation-distribution-app-backend

Repository files navigation

Operation Distribution App Web API

About the Project

The project involves executing operational distribution functions for workers in a multi-layered architecture developed using .NET Core WebAPI and Angular.

Technologies Used

  • Backend: .NET Core 7.0
  • Database: SQL Server 2019

Setup and Execution

Backend

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

Frontend

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.

Contributing

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.

License

This project is licensed under the MIT license. For more information, refer to the LICENSE file.

Releases

No releases published

Packages

No packages published

Languages