dev-ugurkontel / e-commerce-workshop

This project was built on .NET 7.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECommerce Workshop

About the Project

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

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

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.

About

This project was built on .NET 7.0


Languages

Language:C# 100.0%