Skip to content

Final Project For Advanced Programming Course In Syarif Hidayatullah State Islamic University. Creating a GUI apps online shopping

License

Notifications You must be signed in to change notification settings

dizzyme09/GUI-Java-OnlineShopping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Project For Advanced Programming Course In Syarif Hidayatullah State Islamic University Jakarta

List Of Member

  1. Cherrie Gracila Amanda (11200910000051)
  2. Belvin Shandy Aurora (11200910000052)
  3. Anindia Tri Cahyani (11200910000053)

About The Project

Online shop application is an application used to facilitate people in their daily activities, such as business activities and shopping. The concept of the online shop application that we created is an application that can be used by admins and customers. Admins can perform the action of adding, editing and deleting items they sell. While the customer can only find and buy goods and print what he buys.

The application is built with Netbeans and Eclipse software, using the Programming Language Java language, and its database using Microsoft SQL Server 2014. This is an application based on java swing and has implemented the CRUD. The application is created with a database containing several tables, namely the admin table that contains; admin id, admin email, and admin password. Then the customer table contains; ID, first name, full name, email, birth date, address, phone, and password. Then there is the product table that contains; product name, category, stock, and price.

This application is desktop or does not need to be connected to the internet and made so that it can be used by anyone, including people who may not be very tech-savvy. The application is also lightweight, so it can be used by computers with both low and high specifications.

Used Apps

  • MS SQL
  • Apache NetBeans IDE 12.6

Built With

  • Java
  • Swing
  • SQL

Requirements

You must have this file if you want to connect the database with the application. please add this file into the editor of your respective preference. http://www.java2s.com/Code/Jar/s/Downloadsqljdbcjar.htm


How To Use

First, you can download the files that are already available in our repository. The most important thing is how to connect the database to the application. You can connect it through your java text editor, and don't forget to change the username and password based on your Microsoft SQL Server account. If you using another application you can edit the ConnectionSQL.java section for connecting the data. After that, you can run the file and the first thing you see is a frame login that which can bring you to an online shopping frame for customer or manage product for admin or you can register a new account for the customer.

About

Final Project For Advanced Programming Course In Syarif Hidayatullah State Islamic University. Creating a GUI apps online shopping

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages