ABelcaid / Product-Category

Nodejs CRUD Application using Express and MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Produit & Catégorie : E-com Relation

Creation of a mini web application that allows you to make a CRUD.

Open Source GitHub stars Twitter Follow Twitter Follow


Getting started

Requirements

  • Node Js >= 14.15.4
  • MySql

Installation

Please check the official Node Js installation guide for server requirements before you start. Official Documentation

Clone the repository

git clone git@github.com:ABelcaid/Product-Category.git

Install all the dependencies using npm

npm install

Create MySQL database. name : "product-category"

You can find fille .sql in SQL folder

Start the local development server

nodemon app.js

You can now access the server at http://localhost:3000


TL;DR command list

git clone git@github.com:ABelcaid/Product-Category.git
cd Product-Category
npm install
nodemon app.js

Screenshot

1- UML Class Diagram

class_diagram

Distribution of tasks to Trello

trello

Short Description GIF

Gif Product_Category


📫 Contact Us:

IDOUFKIR Mustafa

gmail in tw

ABDERRAHIM BELCAID

gmail in tw

Acknowledgements

About

Nodejs CRUD Application using Express and MySQL


Languages

Language:JavaScript 76.2%Language:CSS 19.4%Language:HTML 4.4%