/dbms-project

Primary LanguageTypeScript

DBMS Project - Qoo-Overflow

Team Members

  • Sanjai Kumar Mani
  • Nandana R
  • Harrish M

Tech Stack used

  • NodeJS
  • Fastify
  • MySQL
  • Mongoose

Setting up repo

  • Copy content of config.example.ts into a new file content.ts in the same repo
  • Fill necessary details
  • Create the database as per the config file in mysql before running it
  • run yarn dev to run the server
  • Enable githooks
    git config core.hooksPath .githooks