Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 19 days 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.

Awesome Lists containing this project

README

        

##

![GitHub repo size](https://img.shields.io/github/repo-size/dzenis-h/node-sql-shop)
![GitHub contributors](https://img.shields.io/github/contributors/dzenis-h/node-sql-shop)
![GitHub stars](https://img.shields.io/github/stars/dzenis-h/node-sql-shop?style=social)
![GitHub forks](https://img.shields.io/github/forks/dzenis-h/node-sql-shop?style=social)
[![LinkedIn Follow](https://img.shields.io/badge/-Follow-blue?style=social&logo=linkedin&link=https://www.linkedin.com/in/dzenis-h/)](https://www.linkedin.com/in/dzenis-h/)
[![GitHub Follow](https://img.shields.io/badge/-Follow-black?style=social&logo=github&link=https://github.com/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.

![Screenshot of the app](https://drive.google.com/uc?export=view&id=1wi007QGSntNNQQyNiTAWEFtRQm22zWPN)

## Tech Stack Used 🛠️

| Tech | Docs | Description |
| ---- | ---- | ----------- |
| ![Node.js logo](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white) | [Node.js](https://nodejs.org/en/docs/) | A JavaScript runtime environment that executes JavaScript code outside a web browser. |
| ![Express logo](https://img.shields.io/badge/Express.js-000000?style=for-the-badge&logo=express&logoColor=white) | [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 logo](https://img.shields.io/badge/MySQL-4479A1?style=for-the-badge&logo=mysql&logoColor=white) | [MySQL](https://dev.mysql.com/doc/) | An open-source relational database management system that uses SQL as its query language. |
| ![Sequelize logo](https://img.shields.io/badge/Sequelize-52B0E7?style=for-the-badge&logo=sequelize&logoColor=white) | [Sequelize](https://sequelize.org/master/) | A promise-based Node.js ORM for MySQL that supports transactions, relations, validations, and migrations. |
| ![EJS logo](https://img.shields.io/badge/EJS-F7DF1E?style=for-the-badge&logo=ejs&logoColor=black) | [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 ⭐️