Skip to content

singhsanket143/EmployeeHiringSystem

Repository files navigation

Project Setup

  • clone the project in your local machine
  • go into the project directory and use npm i
  • Create a new .env file and configure a variable PORT=XXXX
  • To create the db - npx sequelize init , then change username and password in the config.config.json
  • then npx sequelize db:create
  • Seed roles: npx sequelize db:seed:all
  • If you wish to later remove the seed: npx sequelize db:seed:undo:all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published