Note: We must be installed almost Node.js 22.11.0 or higher.
we can also use nvm for windows to manage the Node.js versions or for linux/macOS we can use nvm
npm install
Now you can run the project.
npm start
It's important start the project before running the console runners because we will create .env file, if we don't have it yet, and then the next step will be create the seed data in the database.
You can run the console runners to create seed data in the database.
npm run start:console-runners
Now, you can select the option to install seed data.
❯ seed-data
exit
After select the option seed-data
and you will insert the seed data in the database.