This a NodeJS example project using Express, SQLite with Sakila sample database
Find a file
Yoander Valdés Rodríguez 40104e9b19 Implement films pagination
2023-06-09 12:48:29 -05:00
bin Initial commit 2023-04-11 18:45:35 -05:00
db Improve the DB connection 2023-04-13 15:28:54 -05:00
public/stylesheets Initial commit 2023-04-11 18:45:35 -05:00
routes Implement films pagination 2023-06-09 12:48:29 -05:00
views Implement films pagination 2023-06-09 12:48:29 -05:00
.gitignore Initial commit 2023-04-11 18:45:35 -05:00
app.js Initial commit 2023-04-11 18:45:35 -05:00
create-sakila-db.sh Initial commit 2023-04-11 18:45:35 -05:00
package-lock.json Initial commit 2023-04-11 18:45:35 -05:00
package.json Initial commit 2023-04-11 18:45:35 -05:00