Skip to content

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

License

Notifications You must be signed in to change notification settings

sanskaarz/LearnRestAPI_by_Sequlize

Repository files navigation

  • 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.

Releases

No releases published

Packages

No packages published