Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 610 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 610 Bytes

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.