This app is a simple workout tracker designed to help users improve their fitness and heath
- Visual Studio 2022
- SQL Server Management Studio
- Git Extensions
- Kdiff3
- ASP.NET and WebDev
- Node.js
- .NET desktop
- Data storage
- Ensure that in visual studio the project is set to multiple project start
- Open up VSCode in WorkoutApp.client directory
- run 'npm install'
- run 'npm run dev'
- ensure .net tools are installed
- open up terminal inside workoutapp.server
- run 'dotnet run'
- ensure entity framework tools are installed with 'dotnet tool install --global dotnet-ef'
- to reflect updates, type 'dotnet ef migrations add (name of change in camelcase)'
- then run 'dotnet ef database update'
- database should now be updated according to the migrations in the migrations folder