NovaMall is an innovative online shopping platform designed to provide users with a seamless and convenient shopping experience. Developed as the CSCI3100 course project, NovaMall offers a wide range of products across various categories, catering to the diverse needs and preferences of modern consumers.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
- User Authentication and Profiles: NovaMall allows users to create personalized accounts, enabling them to manage their shopping activities efficiently. User profiles store essential information such as order history, preferences, and shipping details.
- Product Catalog: The platform boasts an extensive product catalog featuring items ranging from electronics and fashion to home essentials and more. Users can browse through different categories and explore detailed product descriptions along with images.
- Search and Filtering: NovaMall simplifies the shopping process with robust search and filtering functionalities. Users can quickly find specific products by entering keywords or utilize advanced filters to narrow down their options based on price, brand, and other parameters.
- Shopping Cart and Checkout: Adding items to the cart is effortless, allowing users to collect desired products for purchase. The checkout process is streamlined, with secure payment gateways ensuring a safe and hassle-free transaction experience.
- Order Tracking: Once an order is placed, users can track its status in real-time through the NovaMall platform. From processing to shipping and delivery, comprehensive order tracking enhances transparency and customer satisfaction.
- Responsive Design: With a responsive design, NovaMall ensures a seamless browsing experience across various devices, including desktops, tablets, and smartphones. This flexibility allows users to shop anytime, anywhere, without compromising usability.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- libraries
pip install -r requirements.txt
- mysql-client
brew install mysql pkg-config pip install mysqlclient
- Clone the repo
git clone https://github.com/LCriAaUnN/NovaMall.git cd NovaMall - Import demo database
mysql -uroot -p create database NovaMall charset=utf8; mysql -uroot -p NovaMall < NovaMall/NovaMall.sql
- Install npm
cd UI\ design/ npm install
- Run server
python3 NovaMall/manage.py runserver cd UI\ design/ npm start
- Administrator Login
Note: If you are running the project for the first time you must log into the administrator account once to activate the system.Username: NovaMall Password: qwepoi1234
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Cameron - [email protected]
Project Link: https://github.com/LCriAaUnN/NovaMall
The NovaMall references the following projects.