Installation Guide

  1. Download NodeJS 14 or above
  2. npm install to install all the dependancies
  3. npm start to start the project

Add data to the db

Check the file seedDB.js

To add data, execute the command

npm run seed

If you want to reset de db just delete apptest.db in the data folder