This application serves as a base for creating and populating an e-commerce backend with database information relative to your products and product categories.
This application will require node.js and a text editor. It will be run from the command line of your local computer.
copy URL
git clone {url}
From the command line, initiate applicaiton and install dependencies
npm init -y
npm i
The application is run from the command line. Please see walkthrough video. detailed summary;
- Details how to download application
- How to open inside the text editor
- How to initiate and install dependencies
- How to connect to the server
- How to create and populate database
- How to begin application
Origin 42: Dave Plummer
Direct any questions too;
