mbuh.
Copy ke file .env
PORT = 3000
DB_USER = (user)
DB_PASSWORD = (password)
DB_NAME = (nama database)
NODE_ENV = development
DB_HOST = 127.0.0.1
DB_DIALECT = postgres
Use the package manager npm or yarn to install foobar.
npm install
atau
yarn install
npx sequelize-cli db:create
atau
yarn sequelize-cli db:create
npx sequelize-cli db:migrate
atau
yarn sequelize-cli db:migrate
design database disini
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.