Fitness Center (MVC)
Last updated
Last updated
OneFitnessVue is a gym application developed in ASP.NET CORE 5.0 with different Modules, such as User, Admin, and Superadmin.
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
Default User Account
Username: demouser
Password: Pass@123
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
Project worked well by following the simple instructions given by the author. Here are some of the observations on the project:
the project uses cqrs pattern
there is not much of business logic or any unit tests. There is no business layer or repository either
there is no migrations for entity framework we will have to manually create the database and take it from there
there are plenty of things to learn from it, but may not be suitable for everyone
-RKR, March 2023