Wall-E-Commerce an innovative e-commerce application. Manage your products, categories, and tags with relative ease, and experience the exhilarating thrill of online shopping database management like never before!
- 🌟 User-friendly interface.
- 🛒 Seamless integration.
- 💻 Real-time database display via the command line interface (CLI).
- 🌱 Automatic database seeding for quick setup and testing.
- 🤖 Punny name.
To get started with Wall-E-Commerce, follow these steps:
- Clone the repository to your local machine:
- Navigate to the project directory:
- cd Develop
- Install dependencies:
- npm install
- Set up your environment variables by editing the
.env.example
to.env
file and adding the missing info with your MySQL database credentials!
Ideal for fledgling & upcoming e-commerce sites looking for a concise solution to e-commerce backend.
To start the application, run:
- npm start
You can view all products in the database by selecting the "View all products" option from the command line interface.
By setting SEED_DB=true
in your .env
file, the database will be automatically seeded with sample data upon application startup. Good for setting up in a new environment.
Contributions are welcome! Feel free to fork the repository, make improvements, and submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
-
SQl Setup (https://drive.google.com/file/d/1Vbs1LWLj0j4pI7MAhnFXXcM243hNCgXl/view)
-
Run app (https://drive.google.com/file/d/1yXjEmtKJ_bhk_lgCJwL-ifESqnt2DP6m/view)
-
GET ALL (https://drive.google.com/file/d/1XA8aX6qJjiRJaRqYtQx1k50P4KGVZ-h2/view)
-
GET EACH (https://drive.google.com/file/d/1y_kLSWy0MPSEI14VUfbDiQOT5PC92BEp/view)
-
PUT,POST&DELETE (https://drive.google.com/file/d/1KZrex8QFs3UCUANsKDQlbzGG9W-sDKAG/view)
-
PUT,POST&DELETE(cont.) (https://drive.google.com/file/d/1aCwX78XJNTVgSGVA9QmsrpJAo0b0cnJU/view)