Basic E-trading project using Express.JS and Sequelize
npm install
npm start
npm run dev
hostname:port/home
Change Environment Configuration Flag to true inside config/main.config.js before running the server
{
FORCE_SYNC_FLAG: true,
}Otherwise, Configure the flag to false
{
FORCE_SYNC_FLAG: false,
}While running the server at first time, synchronize sequelize models with force