stone_river

Local SQLite Database with Node for beginners


  • flag Stone_River
  • student All Levels
  • database eLearning
  • earth English
  • clock 1

About

Explore how to apply NodeJS to make your web content come to life - explore how to create a local database

Covered topics:

  • setup of express to run local machine on your computer
  • download and setup of SQLite database
  • useful packages like nodemon and MD5
  • inserting data to your local database
  • query database for results
  • setup of paths for files
  • use of body parser to get post data
  • submitting of form data to database
  • setup of basic app to interact with database

Description

Easy step by step instructions on how to use node to install packages and setup a local SQLite database to use for your web applications. See how easy it can be to get data and add data to the database. - Please note that there are prerequisites to the course - JavaSCript - HTML and CSS