Skip to content

hieudku/FitApp

Repository files navigation

FitApp

🏃🔥🔥🔥🔥🔥🔥
Group project - web application development and testing

Project Setup Instructions

Pulling the Repository

  • On the new computer, clone the repository or pull the latest changes from the remote repository. 👇

    git clone https://github.com/hieudku/FitApp.git
    

Restore Dependencies

  • Run the following command to restore NuGet packages that the project depends on: 👇

    dotnet restore
    

Database Configuration

  • Check the connection string in appsettings.json. 👇

    "ConnectionStrings": {
        "DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=FitAppContext;Trusted_Connection=True;MultipleActiveResultSets=true"
    }
  • Update the database to local machine: 👇

    Update-Database

Testing the Application

  • Start the application and test all major functionalities:

    • Registration and Login
    • CRUD operations for workouts
    • Navigation between pages
    • Database interactions 👇
    dotnet run

or Ctrl + F5

For Entity Framework Core

  • Running migrations to make sure database is up-to-date. 👇
    dotnet ef database update

Class Diagram

About

Testing& Secure Coding - asp.net core webapp - full SDLC & Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published