skyark21 / ProjectControl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# ProjectControl

A project management system for the development of electrical substation engineering

Objective

The objective of the ProjectControl project is to provide a solution for the management of electrical substation engineering development projects. The system will allow users to track project progress, manage documents and tasks, and collaborate with other team members.

Scope

The project is currently focused on the development of the system's backend. The frontend will be developed in a later phase.

Technologies

The project will be implemented using the following technologies:

  • Language: C#
  • Framework: ASP.NET Core
  • Database: PostgreSQL

Features

The ProjectControl system will include the following features:

  • Document control with version control
  • Workflows for document review and approval
  • Project progress tracking
  • Task management
  • User collaboration

Status

The project is under active development.

Requirements

To run the project, you will need the following requirements:

  • .NET Core 8.0
  • PostgreSQL

Installation

To install the project, follow these steps:

  1. Clone the GitHub repository:
git clone https://github.com/skyark21/ProjectControl.git
  1. Navigate to the project directory:
cd ProjectControl
  1. Install the dependencies:
dotnet restore
  1. Build the application:
dotnet build
  1. Run the application:
dotnet run

Documentation

The project documentation will be available on the project's documentation page.

Future changes

The points above are not final and will change or be added as the project develops.

Additional notes

  • The project is still under development, so the features and requirements may change.
  • If you have any feedback or suggestions, please feel free to share them.

I hope this is helpful! Let me know if you have any other questions.

About

License:Apache License 2.0


Languages

Language:C# 100.0%