alexandrelam / express-sqlite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%