Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 596 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 596 Bytes

iPPS

iPPS stands for integrated Project Printing/Publishing System application

Window form application programmed using dotNET framework 4.8

You are a developer and you want to run this project, you have to follow these instructions

  • Step 1: clone this project

     git clone https://github.com/GeMiNiOranGe/iPPS.git
  • Step 2: open 'iPPS.sln' by Visual Studio

  • Step 3: open MSSQL server management and execute 'PROJECT_MANAGEMENT.sql'

  • Step 4: return visual studio, change connection string in 'DataProvider.cs' of DAL and 'Config.cs' of GUI

  • Step 5: build and run the app