Rest application with Node JS Express & Sequelize & SQLite

This is a simple but powerful example to how to use the sequalize to make NodeJS API.

Instalation

  • 1- clone the repository
  • 2- in the console run yarn or npm install
  • 3- yarn start or npm start

Feature

  • Create user
  • Read all users
  • Read one spcify user
  • Update user
  • delete user

Working With

  • NodeJs
  • Express
  • Sequelize
  • SQLite3
  • Middleware
  • ESlint

Other Used knowlage

  • Error-Handler-Manualy
  • Request-validation
  • Sequlize-pagination
  • Httt-status

I Enjoy it!