Skip to content

A simple management system with HR, Finance and Product modules. Built with Net Core 2.0 and Razor Pages

License

Notifications You must be signed in to change notification settings

RazorSites/ManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ManagementSystem

Getting Started

Requirements:

  • MS SQL Server 2014+
  • A Web Server (IIS, Apache, etc.) - For deployment and production
  • Visual Studio 2017+ - For development

Steps for local build and development:

  1. Nagivate to ManagementSystem/ManagementSystem/ManagementSystem.Web/, open appsettings.json and edit Connection to match your local SQL server.
  2. Navigate to ManagementSystem/ManagementSystem/, where you can locate ManagementSystem.sln
  3. Run database migration script as following:
dotnet ef migrations update
  1. Open the project in Visual Studio 2017+, you're good to go!

About

A simple management system with HR, Finance and Product modules. Built with Net Core 2.0 and Razor Pages

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published