Local SQLite Database with Node for beginners
Stone_River
All Levels
eLearning
English
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