Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 380 Bytes

File metadata and controls

9 lines (6 loc) · 380 Bytes

nodejs-sqlite

this application uses SQLite as database on top of nodejs with express,
and uses better-sqlite3 library to connect SQLite with node.

what does the app do?

it basically queries the the SQLite database for some quotes and provide them in a json format to be consumed in the frontend.

live demo no heroku