The backend of UNITEE is the core engine driving our web-based storefront specializing in school uniforms and related merchandise. Built on a modern technology stack, it is designed for high performance and reliability, handling all data-intensive operations efficiently.
- High Performance: Efficiently manages all data-intensive operations.
- Reliability: Ensures consistent and dependable service.
- Scalability: Built to handle increasing loads as the business grows.
- .NET Core SDK
- SQL Server
- Clone the repository:
git clone https://github.com/JM-creater/UNITEE_BACKEND.git
- Navigate to the project directory and build the project:
cd UNITEE_BACKEND dotnet build
- Update the database connection string in
appsettings.json
.
- Apply database migrations:
dotnet ef database update
- Start the server:
dotnet run
This project is licensed under the MIT License.