Simple CRUD (Create, Read, Update, Delete) API For a SQLite databsase.
Check out the repository, then run npm install
To build the basic database, run node table.js
To start the application, run node app.js
A collection of basic tests is provided in /test/SQLite CRUD API.postman_collection.json
This API uses the sqlite3 package for Node.js