Skip to content

frames75/node-mysql-crud-example

Repository files navigation

node-mysql-crud-example

Example of DB CRUD web using NodeJS, MySql, Knex and Bookshelf

This app has been built based on this tutorial, originally on the master branch. On the bookshelf branch the code related to database has been adapted to that ORM.

After cloning the repo, you can start the app by:

$ npm install
$ node app.js

Open on a browser http://localhost:4000/players/ to start ussing the app.

Opening http://localhost:4000/assets/img/diego.jpeg you can access directly to the players' images.

About

Example of DB CRUD web using NodeJS, MySql, Knex and Bookshelf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published