Wedding Note is a simple C# program that enables users to manage their wedding guest list and track the gifts they receive. This application facilitates the process of creating, reading, updating, and deleting (CRUD) guest information and their corresponding gifts in a database.
- Guest Management: Easily add, view, update, and delete guest information.
1, Clone the Repository:
Open your terminal or command prompt. Run the following commands:
git clone https://github.com/Aishete/WeddingNote.git
cd wedding-note
2, Database Setup in SSMS:
- Restore the backup file of the SQL Server Management Studio (SSMS) database with the bek file name "weddingnotedatabaseMSQL.bek."
3, Configure Project Settings:
- Open the project in your preferred C# Integrated Development Environment (IDE).
- Navigate to Form1.cs, and on line 21, you can customize the Data Source, User ID, and Password settings as needed.
- Build and Run :
- Build and run the project in your C# IDE or Visual Studio.
- If you encounter build issues, follow these steps:
- Open the file explorer.
- Navigate to the project/solution directory.
- Search for *.resx. You will get a list of resx files.
- Right-click the resx file, open the properties, and check the option 'Unblock.'
- Repeat step #4 for each resx file.
- Reload the project.
Special thanks to Try BunHeng, Onh Paravath, and Panha Ol for their contributions to the development of Wedding Note assignment project by our C# teacher. there still more function to add but we are close to the deadline that our teacher is set for us, we many experiment or building this project in other program languages and use supabase as database
For any inquiries or feedback, please reach out to:
Try BunHeng: https://github.com/Aishete