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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub repo size GitHub contributors GitHub stars GitHub forks LinkedIn Follow GitHub Follow


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

Tech Stack Used πŸ› οΈ

Tech Docs Description
Node.js logo Node.js A JavaScript runtime environment that executes JavaScript code outside a web browser.
Express logo Express A web application framework for Node.js that provides a set of features for web and mobile applications.
MySQL logo MySQL An open-source relational database management system that uses SQL as its query language.
Sequelize logo Sequelize A promise-based Node.js ORM for MySQL that supports transactions, relations, validations, and migrations.
EJS logo EJS 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.

License πŸ“‘

This project is licensed under the MIT License - see the LICENSE file for details.

Credits πŸ‘¨πŸ»β€πŸ’»

This repo was created by Dzenis H.

Contributions are more than welcome. 🫑

If you like what you see, please consider giving a ⭐️

About

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.


Languages

Language:JavaScript 43.5%Language:EJS 43.0%Language:CSS 13.5%