Personal Computer(PC) is a computer that allows users to perform several activities in it. There are a lot of Components in the PC: motherboard, processor, video cards (PS express, etc.), random access memory(RAM), power units(PSU) for all tastes, GPU. Moreover, you can overclock GPU to the top and enjoy your performance. By Building a PC users can get satisfaction for their money. If the user is a gamer/streamer/miner or looking for productivity, they can add the components that they require. This is the main advantage of building a PC. Competitive Games, the production brought more Builders for effective customized PC. So, this project BuildYourOwnPC web application helps the user to choose their favorable/affordable components to build PC according to their need and also they can get some information about the components.
In this project we have built an web application for buying PC components.
The frontend and backend used for this project HTML/CSS and java sevlet respectively.
Java
NetBeans 8.2
jdbc
- Extract Images and Html zip file
- Import all the images and html files into your java webpages folder under your project.
- Import java servlet files in your source packages folder.
- Before running the project ,make sure you have created a jdbc database in your IDE.
- Once created, run the pcweb.html file in your java IDE.
In this project, the data entered in html is saved in the jdbc database available in the NetBeans. Using, java servlet the data is processed and these data is redirected to other html files. This is done by using get/post method.