GithubHelp home page GithubHelp logo

andervilo / crud-nodejs-sequelize-swagger-mysql Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lucianopereira86/crud-nodejs-sequelize-swagger-mysql

0.0 1.0 0.0 3.42 MB

Simple CRUD example with NodeJS, Sequelize, Swagger and MySQL

JavaScript 68.90% HTML 31.10%

crud-nodejs-sequelize-swagger-mysql's Introduction

Alt Text

CRUD-NodeJS-Sequelize-Swagger-MySQL

Simple CRUD example with NodeJS, Sequelize, Swagger and MySQL

Technologies:

  • NodeJS Express v4.16.4
  • Sequelize v4.38.0
  • Swagger UI v3.20.1
  • MySQL

Objective

The objective of this guide is to make a NodeJS Express web API connecting with a MySQL database by using the Sequelize ORM (Object-relational mapping). The Swagger UI will be used to test the API.

To run this project

  • Run the script located at "/docs/crud.sql" to create the database on MySQL Workbench or on another program of your preference.

  • Install the node modules running the comands below at the root folder:

    npm install
  • Run the API:
    npm run dev
  • Acess the URL:
    http://localhost:3000

Alt Text

How it works

The structure of the project is this:

Alt Text

The "server.js" file creates a MySQL pool to allow multiple connections:

Alt Text

The "/config/config.json" contains database connections for different environments. They are used by the "/models/index.js" file during the Sequelize initialization:

Alt Text

The "/models" folder contains the Sequelize table models. For example: the "profiles" model.

Alt Text

The "users" model makes reference to the "profiles" model:

Alt Text

The "/plugins/transaction.js" file is responsible for making the transaction's commit and rollback:

Alt Text

The "/controllers/users.js" has the GET/POST/PUT/DELETE methods:

Alt Text

crud-nodejs-sequelize-swagger-mysql's People

Contributors

lucianopereira86 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.