Run the application after the Express configuration is done:
node app.jsRun the seed.js to insert new data or reset data in your DB:
# If you are using MacOS, Linux, run this one:
node ./db/seed.js
# If you are using Windows, Linux, run this one:
node .\db\seed.js