Fitness Center (MVC)

SIMPLE GYM APPLICATION in ASP.NET CORE

OneFitnessVue is a gym application developed in ASP.NET CORE 5.0 with different Modules, such as User, Admin, and Superadmin.

How to configure and run

  • Clone code from Github: git clone https://github.com/saineshwar/OneFitnessVue

  • Open solution Frapper.Web.sln in Visual Studio 2019

  • There are 1Database Scripts OneFitnessVueDBSample (Main Database) Download Database Script

  • appsettings.json file update DatabaseConnection (OneFitnessVueDBSample Database) , AuditDatabaseConnection (OneFitnessVueDBSample Database)

  • Run Database Script which is provided

  • Make Changes in ConnectionStrings in appsettings.json file

  • Build project which will restore all NuGet Packages

  • Final Step Run Project

Credential

Default User Account

  • Username: demouser

  • Password: Pass@123

NuGet Packages which are used in Project

  • AutoMapper.Extensions.Microsoft.DependencyInjection

  • DNTCaptcha.Core

  • EPPlus Version

  • Microsoft.AspNetCore.Mvc.NewtonsoftJson Version

  • Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation Version

  • Microsoft.EntityFrameworkCore Version

  • Microsoft.EntityFrameworkCore.SqlServer Version

  • Microsoft.VisualStudio.Web.CodeGeneration.Design Version

  • NLog.Web.AspNetCore Version

  • Dapper Version

  • Microsoft.AspNetCore.Mvc.ViewFeatures Version

  • Microsoft.Data.SqlClient Version

  • Microsoft.EntityFrameworkCore Version

  • Microsoft.EntityFrameworkCore.Relational Version

  • System.Data.SqlClient Version

  • System.Linq.Dynamic.Core Version

Last updated