Create API in Node.js
cp .env.example .env
Add the database configuration to the .env file
DB_HOST=127.0.0.1
DB_USER=root
DB_PASSWORD=
DB_NAME=
DB_DIALECT=mysql
SENSIBULL_API_URL=
Install the Node packages.
npm install
Migrate Database
npx sequelize-cli db:migrate
Start Server
npm run start:dev
Copyright by Sanket Jariwala 2023. MIT