git clone https://github.com/nazbez/EmployeeApp.git
- Install the latest version of .NET Core SDK
- Open the solution file
EmployeeApp.Backend.sln
in your IDE - Restore the NuGet packages by right-clicking on the solution file and selecting "Restore NuGet Packages" or using a command specific to your IDE.
- Update the database connection string in the
appsettings.json
orsecrets.json
files with your database configuration. - Build the backend project to ensure all dependencies are resolved and the project compiles successfully.
- Open a command prompt and navigate to the
EmployeeApp.Frontend\src\employee-app-client\
folder. - Install the latest version of Node.js.
- Install the dependencies:
npm install
- Start the Angular development server:
npm run start
Solutions to sql tasks can be found in folder.
A demonstration of the application can be viewed at link.