This application was written by John O'Neal and Christian Baack
This is a .NET Framework application for managing tax forms.
- Clone the repository:
git clone https://github.com/CrispyTwilight/TaxApp-v2
- Open the solution in Visual Studio.
- Build the solution.
You will need MS SQL Server 2019. Please install the repository to the C drive so the connection string works. As long as LocalDB is running, the program should run fine. There is some testing data present in the database that comes with the project.
- Open MySQL Workbench and run the SQL script located at Database/TaxApp_CREATE.sql to create the database and tables.
- Next, open Database/TaxApp_lNSERT_Example.sql and run the script to insert testing data.
- Pull up Task Manager and make sure a process called "mysqld" is running. It should be, but if it is not, start it by running the command "net start mysqld" in an admin command prompt. a. This is a MySQL service that is required for the application to run. If it is not running, the application will not be able to connect to the database.
- Ensure there is a user called "root" with the password "IowaLakesCIS-332" in the MySQL database. This user should have full access to the database with all privileges.
- Open the solution in Visual Studio.
- Click the green "Start" button in Visual Studio to run the application.
- Register a new user by clicking the "Register" button on the login screen.
- Log in with the new user credentials.
- You can also just click login, as the login prefills with credentials already in the database.