Thanks to visit codestin.com
Credit goes to github.com

Skip to content

LCriAaUnN/NovaMall

Repository files navigation

Contributors Forks Stargazers Issues


Logo

NovaMall

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. Contact
  7. Acknowledgments

About The Project

Product Name Screen Shot

Key Features:

  • 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.

(back to top)

Built With

  • React
  • Django
  • Mysql

(back to top)

Getting Started

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.

Prerequisites

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

Installation

  1. Clone the repo
    git clone https://github.com/LCriAaUnN/NovaMall.git
    cd NovaMall
  2. Import demo database
    mysql -uroot -p
    create database NovaMall charset=utf8;
    mysql -uroot -p NovaMall < NovaMall/NovaMall.sql
  3. Install npm
    cd UI\ design/
    npm install

(back to top)

Usage

  1. Run server
    python3 NovaMall/manage.py runserver
    cd UI\ design/
    npm start
  2. Administrator Login
    Username: NovaMall
    Password: qwepoi1234
    Note: If you are running the project for the first time you must log into the administrator account once to activate the system.

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Cameron - [email protected]

Project Link: https://github.com/LCriAaUnN/NovaMall

(back to top)

Acknowledgments

The NovaMall references the following projects.

(back to top)

About

CSCI3100 course project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5