online shopping system is a [DBMS project] with both admin and user layouts.
Education system has been effectively shifted to online forums in today’s world. Starting from online examinations to augmented reality labs, we have moved a long way. Even though a lot has changed, the books are the golden oldies of the education system. But in this world of crash-courses and youtube videos, it’s hard to find the appropriate books to suffice our needs. We plan to provide a one-stop solution for this struggle by providing personalized solutions for anyone and everyone when it comes to education.
- We want to provide an online platform to provide books personalised for every individual.
- It will provide support to efficient learning, thus enhancing user experience
- Users would be able to make separate orders for books which aren't available in stores or other online platforms easily.
- Using Chatbots to understand the requirements of the user.
- Collecting data from users and using ML model to get personalized effects
- We can also implement a section of non-educational books, by following popular trends and personalized choices.
- We will also create a window for donating used books and then we can provide those books to the needy
-
Install XAMPP or WAMPP.
-
Open XAMPP Control panal and start [apache] and [mysql] .
-
Download project from github(https://github.com/Saloni1771/online-e-book.git).
OR follow gitbash commands
i>cd C:\\xampp\htdocs\
ii>git clone https://github.com/Saloni1771/online-e-book.git
-
extract files in C:\xampp\htdocs.
-
open link localhost/phpmyadmin
-
click on new at side navbar.
-
give a database name as (onlineshop) hit on create button.
-
after creating database name click on import.
-
browse the file in directory [online-e-book/database/onlineshop.sql].
-
open any browser and type http://localhost/online-e-book.
11.first register and then login
- admin login details Email=admin@gmail.com and Password=123456789.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Humble appriciation of the repositry made by Mr. Punneth Reddy, from where we took inspiration for this project. https://github.com/PuneethReddyHC/online-shopping-system-advanced.git