https://github.com/ezaiger/e-commerce-back-end
Module 13 Challenge Assignment - Back end for an e-commerce site.
https://github.com/ezaiger/e-commerce-back-end
crud-operations dotenv expressjs javascript mysql mysql2 sequelize
Last synced: about 2 months ago
JSON representation
Module 13 Challenge Assignment - Back end for an e-commerce site.
- Host: GitHub
- URL: https://github.com/ezaiger/e-commerce-back-end
- Owner: ezaiger
- Created: 2022-07-18T01:04:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T06:56:37.000Z (over 3 years ago)
- Last Synced: 2025-07-17T18:16:24.402Z (11 months ago)
- Topics: crud-operations, dotenv, expressjs, javascript, mysql, mysql2, sequelize
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-commerce Back End
Module 13 Challenge Assignment
## License
[](https://opensource.org/licenses/MPL-2.0)
Mozilla Public License 2.0 (MPL-2.0)
Further resources on Mozilla Public License 2.0 (MPL-2.0)
## Description
Back end development of an e-commerce site
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)
## Installation
- Create an .env file and include: DB_NAME, DB_USER, DB_PW
- Create a .gitignore file and include: node_modules/, .env, .DS_Store/ and package-lock.json.
- Install MySQL 2 client for Node.js by entering 'npm i mysql2' in the command line
- Install sequelize by entering 'npm i sequelize' in the command line
- Install dotenv by entering 'npm i dotenv' in the command line
- Install mysql by entering 'mysql -u root -p' and enter your password
- ...source db/schema.sql
- ...quit or exit
- Seed data to the database by entering the following command: npm run seed
- Invoke the application by entering the following command: npm start
## Usage
Follow this link for the walkthrough video of the application demonstration (in progress)
## Contributing
- Starter code provided by Xander Rapstine and dependabot with coding-boot-camp.
- Refactored code provided by ezaiger.
## Tests
- Insomnia
## Questions
My GitHub Profile
If you have additional questions, you can reach me via email