AlphaDecodeX / NoMise_Store

Frontend of our E-Commerce Store:- NoMise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoMise

NoMise: Your Customizable E-Commerce Store

Tentative Tech Stack


React TypeScript Java AWS Docker Kubernetes Tailwind CSS REST APIs

Table of Contents

Introduction

This project is going to be a no-code store where our final goal is to make a customizable store where people can build their own by dragging and dropping the components.

Features

As of now, features will be mentioned in issues that you can see and start working on.

Usage

You can use this product as your E-Commerce Store where you'll get a lot of features. Some of the tentative main features are:

  • Drag and drop the components (no-code)
  • Admin dashboard (track your sales)
  • Payment integration
  • Catalogue and videos feature and more....

Run on local machine

Dependencies

To get started with the AlphaDecodeX/NoMise_Store project, please make sure you have the following installed on your system.

To check whether Node.js and pnpm is installed in your system, run the following commands in your terminal or command line.

$ node --version
$ pnpm --version
  • If node/pnpm is already installed in your system, it will show the version number after you run the above commands. Please make sure you meet the version requirements.
  • If it doesn't show version number, you have to install it from the above links.

Setup

Once you have the dependencies installed, you can follow these steps to run this project locally.

  1. Get the project to your local machine via cloning or downloading the project.
  • Option 1: -Clone this repository to your local machine
    $ git clone https://github.com/AlphaDecodeX/NoMise_Store.git
    $ cd NoMise_Store
  • Option 2:
    • Download source code from this link
    • Extract the downloaded zip file
    • Open a terminal from the extracted folder.
  1. Install the project dependencies inside the project folder.
$ pnpm install
  1. Start the development server
$ pnpm dev

#Troubleshooting : (Error :running script is disabled on the system)

 1.search for powershell.

 2.right click and run as administration.

 3.run this simple command Set-ExecutionPolicy RemoteSigned.

 4.Press A And Enter.
  1. Open the url which is shown in the terminal. http://localhost:5173 in the following example Development server

Contributing

This project has been started while keeping beginners in focus. You will receive a detailed blog each time on the progress of the project and how it is going. Blogs will be much detailed on how and what are the changes made. It would be beginner-friendly, keeping in mind learning open-source and enterprise-level software development.

License

This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) license.

This license allows others to share and adapt the work for non-commercial purposes, as long as they give appropriate credit and license their new creations under the same terms. For more information, please see the License.md.

About

Frontend of our E-Commerce Store:- NoMise

License:Other


Languages

Language:TypeScript 59.6%Language:JavaScript 33.9%Language:CSS 5.5%Language:HTML 1.0%