Skip to content

dantori99/Mini-Project

Repository files navigation

See-Event-App

API : https://api-see-event-teamb.herokuapp.com/event?page=1&limit=8

Documentation: https://documenter.getpostman.com/view/17965753/UVJWqfVH

Tech Stack

Library

  • cloudinary : Uploading image to cloudinary.
  • express-fileupload : Handle multiple files upload by assigning each file to the req.files object.
  • cors : HTTP-header based mechanism that allows a server to indicate any origins.
  • dotenv : Dotenv is a zero-dependency module that loads environment variables from a .env file into process.env.
  • bcryptjs : Hashing password.
  • jsonwebtoken : Authentication using JSON Web Token.
  • sequelize : Modern TypeScript and Node.js ORM for Postgres, MySQL, MariaDB, SQLite and SQL Server, and more.
  • node-cron : Scheduler.
  • nodemailer : Module for Node.js applications to allow easy as cake email sending.
  • faker : Generate fake data for testing purpose.
  • validator : String validators.