A demo app store for amateur app developers. It was the lab project for Database Lab
in university. The code is written in core PHP and MySQL was used as the database. Bootstrap was used to make the site responsive.
Year coded: 2014
Semester : 4th year
Course: Database Lab 1 / Web Development Lab 1
- PHP
- MySQL
- XAMPP
- Bootstrap
- Javascript & JQuery
- Download and extract the source and move the folder to the htdocs folder of XAMPP Server.
- Run the XAMPP Server from the control panel
- Run the appstore.sql in the MySQL db to generate the proper tables and seed data.
- Properly provide the database name, user, password etc. in the dbconnectvars.php file inside of php folder.
- You should now be able to browse the app store.
- The project was a university project which I wrote about ~3 years ago. So it may not be written in a industry standard.
- I uploaded the original source as it is.