Documentation

PMS

  • Version: 1.0
  • Technologies:Asp.Net MVC
  • Created: 27 June, 2022
  • Update: 27 June, 2022

Project Management System

  • Project Management System in ASP.NET MVC with MS SQL server.
  • Simple And Easy to use Project Management System Similar to Basecamp for the project owner to assign and take progress of the task from remote workers.
  • Project Management System is a designed to facilitate the planning, execution, and monitoring of projects within an organization.
  • It serves as a centralized hub where project managers and team members can collaborate, communicate, and track progress towards project goals.

Features

  1. Project Planning: The system typically begins with project planning, where project managers outline project objectives, define tasks, allocate resources, and set timelines. This may involve creating project schedules, task lists, and assigning responsibilities to team members.
  2. Task Management: Once the project plan is in place, the system helps in managing individual tasks and activities. Team members can create, assign, prioritize, and track tasks, ensuring everyone knows what needs to be done and by when. Task dependencies and deadlines can also be managed to maintain project momentum.
  3. Collaboration and Communication: Project management systems provide tools for team collaboration and communication. This may include features like discussion forums, commenting on tasks/documents and shared documents. Effective communication ensures that everyone stays informed and aligned throughout the project lifecycle.
  4. Calendar Integration: Users can add and manage project-related events and milestones.Allow users to create events directly from within the project management system.The calendar should support different views like daily, weekly, and monthly.
  5. Progress Reports: The system generate progress reports for projects or tasks. Reports can include information such as completed tasks, upcoming deadlines, milestones achieved, and any issues or risks identified.

Getting started

Prerequisite:

  1. Visual Studio 2017 Community Edition (FREE)
  2. MS SQL Database
  3. .NetFramework 4.0
  4. MS IIS 7/8 or above

Import Database

Import .bak file to a database in SQL server:

On SQL Server Management Studio 18 or higher version

  1. Right-click the Databases node in Object Explorer
  2. Select Restore Database.......
  3. Select Device:;and then select the ellipses ..., and to locate your backup file.
  4. Select Add and navigate to where your .bak file is located. Select the .bak file and then select OK.
  5. Select OK to close the Select backup devices dialog box.
  6. Select OK to restore the backup of your database.
  7. Done.

Running the Project in your local system

Follow the steps below to setup in your local system:

  1. Unzip Solution
  2. Open the project using Visual Studio 2017
  3. Change Connection string of database: Open Web.config file and change the following tag
  4. ConnectionStrings tag as below:
    1. User ID: your username
    2. password : your password
    3. Data source : your database
    4. Catalog : your database name
  5. Run website for Admin Portal
    • User ID: admin@demosite.com
    • Password : Admin@12345
  6. Run website for Member Portal
    • Login with member account
      1. Username : developer1@demosite.com pass : Developer1@12345
      2. Username : developer2@demosite.com pass : Developer2@12345
      3. Username : designer@demosite.com pass : Designer@12345

Publish project on the IIS server

  1. Install IIS in your server machine
  2. Open control panel on your system.
  3. Turn windows features on or off under the Programs and Features section.
  4. You will get a list of Windows features. Expand the Internet Information Service option. Select all required features to add to your IIS server. Now click OK.
  5. The installation process begins now. It will take few minutes to complete. After completing the installation process reboot your system by clicking on Restart now button.
  6. Right-click on your application inside Visual Studio and then click Publish.
  7. Now, select the Folder option from the left menu and create the Directory in your system for Application Build
  8. Select your folder for application build and click on Publish.
  9. Open the IIS Server.
  10. Right click on the websites and add a new website.
  11. Give the name of the website and add the physical path for your application where you stored the application build.
  12. Now click the OK button.
  13. Install dotnet.hosting bundle for Windows (with correct version)
  14. Run the app

Write us

If you have any query or problem you can write us any time on style="text-decoration: none; cursor: pointer;">dotnetexpert24@gmail.com

We will get back to you quickly.


created: 27 June,2022
latest update: 01 May,2024