Welcome to paulpapi's Simple Web App! This web application allows users to log in, add products, and display product details for potential buyers. Buyers can view seller contact information and directly reach out. The app runs on two computersβone acting as the server and the other as the client.
- User Authentication β Secure login & session management
- Product Management β Add, update, and remove products
- Public Product Listings β Buyers can view available products
- Seller Contact Info β Displays seller details for communication
- Client-Server Communication β Works with two systems (server & client)
- Frontend: HTML, CSS, JavaScript
- Backend: PHP for server-side logic
- Database: MySQL for storing user and product data
- Server Setup: Apache or Nginx
git clone https://github.com/paulpapi/simple-web-app.git
cd simple-web-app