Skip to content

fadimoubassaleh/SQL-NODE-exercise-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD exercise

SQLite with NODE.JS

it's my work on SQLite exercise I run it with node server and render HTML

all the idea about moives saved on database SQLite colled 'mydatabase' with [id, name, genre]

localhost:3000

return home page with movies list

localhost:3000/add

return form you can insert new movie

how to use it

1- clone it form repo

2- npm install

3- run >> nodemon connect.js >> localhost:3000

you can run also on terminal

1- > node connect.js --list to see all movies on server console

2- > node connect.js --add <NAME> <GENRE> to add now movie to the DB

About

It's my work on exercise on SQLite with node CRUD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published