Welcome to full-stack-STP — a collection of web development projects and assignments created as part of a Full Stack Student Training Program by Ayush (aayushmanz).
full-stack-STP/
├── assignment/ # HTML form assignments (practicals)
├── mini project/ # Static tourism website (HTML + CSS + Bootstrap)
└── final project/ # Full-stack flower delivery e-commerce app (PHP + MySQL)
Practice HTML form assignments completed during the training:
| Assignment | Description |
|---|---|
| Primary Detail Form | Registration form collecting child & parent details with address fields |
| Sign Up Form | User sign-up form with name, DOB, gender, country, email, phone & password |
| User Form | Basic user data entry form |
| Webpage Assignment (HTML + CSS) | Homework pages practising HTML structure and CSS styling |
A static multi-page tourism website built with HTML, CSS, and Bootstrap.
Pages:
- 🏠 Home
- 📍 Destinations
- ℹ️ About
- 📦 Tourism Packages
- 🖼️ Gallery
- 🛎️ Services
- 📞 Contact
- ❓ FAQ
Tech Stack: HTML5, CSS3, Bootstrap
A full-stack e-commerce web application for ordering and delivering flowers online, built with PHP and MySQL.
- 🛍️ Browse and search flower products
- 🛒 Add to cart & checkout
- 🎉 Occasion-based categories (Birthday, Anniversary, etc.)
- 👤 User registration & login
- 📦 Order tracking & management
- 🔧 Admin panel for managing users, products & orders
| Layer | Technology |
|---|---|
| Frontend | HTML5, CSS3, JavaScript |
| Backend | PHP |
| Database | MySQL (florifydb) |
| Server | Apache / XAMPP (localhost) |
- Start XAMPP (Apache + MySQL)
- Open phpMyAdmin → create a database named
florifydb - Import the SQL schema (if provided)
- Update
dbconfig.phpif your credentials differ:const HOSTNAME = "localhost"; const USERNAME = "root"; const PASSWORD = ""; const DBNAME = "florifydb";
- Copy the
final project/folder to your XAMPPhtdocsdirectory - Start Apache and MySQL from the XAMPP Control Panel
- Open your browser and go to:
http://localhost/final project/home.php
- HTML5 & CSS3
- Bootstrap
- JavaScript
- PHP
- MySQL
- XAMPP (local development server)
Ayush — @aayushmanz
📍 Chittorgarh, Rajasthan, India
📧 support@ayushsutharkafullsupport.com
© 2025 Ayush. All rights reserved.