https://github.com/dzenis-h/node-sql-shop
All of my other projects are using NoSQL DB's, but the learning never stops. In regards to that, this would be a simplified clone of my "node-book-shop" app built for the sole purpose of practicing MySQL + Sequelize ORM.
https://github.com/dzenis-h/node-sql-shop
database ejs express javascript mysql nodejs promise sequelize sql
Last synced: 4 months ago
JSON representation
All of my other projects are using NoSQL DB's, but the learning never stops. In regards to that, this would be a simplified clone of my "node-book-shop" app built for the sole purpose of practicing MySQL + Sequelize ORM.
- Host: GitHub
- URL: https://github.com/dzenis-h/node-sql-shop
- Owner: dzenis-h
- Created: 2020-03-03T00:25:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T16:39:13.000Z (about 2 years ago)
- Last Synced: 2025-01-18T10:46:29.392Z (6 months ago)
- Topics: database, ejs, express, javascript, mysql, nodejs, promise, sequelize, sql
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##




[](https://www.linkedin.com/in/dzenis-h/)
[](https://github.com/dzenis-h)
## Node SQL Shop 🛒
## Overview 👀
Node SQL Shop is a simplified clone of the Node Book Shop app built for the sole purpose of practicing MySQL + Sequelize ORM. All of the other projects by the author are using NoSQL DB's, but the learning never stops. This app allows users to browse, add, edit, and delete products and orders using a relational database.

## Tech Stack Used 🛠️
| Tech | Docs | Description |
| ---- | ---- | ----------- |
|  | [Node.js](https://nodejs.org/en/docs/) | A JavaScript runtime environment that executes JavaScript code outside a web browser. |
|  | [Express](https://expressjs.com/en/4x/api.html) | A web application framework for Node.js that provides a set of features for web and mobile applications. |
|  | [MySQL](https://dev.mysql.com/doc/) | An open-source relational database management system that uses SQL as its query language. |
|  | [Sequelize](https://sequelize.org/master/) | A promise-based Node.js ORM for MySQL that supports transactions, relations, validations, and migrations. |
|  | [EJS](https://ejs.co/#docs) | A simple templating language that lets you generate HTML markup with plain JavaScript. |## Contributing 🙌
Contributions are always welcome! If you would like to contribute to this project, please follow these steps:
1. Fork the repository. 🍴
2. Create a new branch. 🌵
3. Make your changes and test them thoroughly. 👨💻
4. Submit a pull request. ✔## Deployment 🚀
This app is deployed on Render, a cloud platform that makes it easy to build and run applications and websites with free SSL, a global CDN, private networks and auto deploys from Git.
You can check out the live version of the app [here](https://nodebooks.onrender.com).
## License 📑
This project is licensed under the MIT License - see the [LICENSE](https://docs.google.com/document/d/11WK7tVoTFRMcWCuGZQCRWxEsDUEJ_6ArtfV-NjWcBCU/edit?usp=sharing) file for details.
## Credits 👨🏻💻
This repo was created by [Dzenis H.](https://dzenis.tech)
Contributions are more than welcome. 🫡
If you like what you see, please consider giving a ⭐️