GitHunt
SA

sanskaarz/LearnRestAPI_by_Sequlize

Full PostgreSQL setup using sequlize. RESTAPI's also included.

  • Step 1: npm init
  • Step 2: sequelize init
  • Step 3: git init

Packages used

  • bcryptjs = hashing and salting passwords.
  • http-status = to show the status of the request by HTTP status codes.
  • express = web framework for creating RESTful APIs.
  • dotenv = module for loading environment variables from a .env file.
  • jsonwebtoken = module for generating and verifying JSON Web Tokens.
  • sequelize = ORM for interacting with databases.
  • nodemon = development tool for automatically restarting the server.
  • multer = middleware for handling form-data responses.

Languages

JavaScript100.0%

Contributors

MIT License
Created March 11, 2024
Updated July 8, 2024
sanskaarz/LearnRestAPI_by_Sequlize | GitHunt