Skip to content

This application makes 3 examples of list of reports, bars and cake; the data is sent from a database in MySql, using Node and Pug

Notifications You must be signed in to change notification settings

GersonRosales/example-node-with-pug-and-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prototipe

It app do 3 examples of report list, bars and pie; the data is out putted from a database in MySql, using Node and Pug

Requirements

  • Install Node

    • on OSX install home brew and type brew install node
    • on Windows install chocolatey
    • Read here for some tips on Windows
    • open command prompt as administrator
      • type choco install nodejs
      • type choco install nodejs.install
    • On OSX you can alleviate the need to run as sudo by following these instructions. I highly recommend this step on OSX
      • Open terminal
      • Type npm install -g node-inspector bower gulp
  • Install MySql

  • Load the Database in SQL

Quick Start

Clone this repo and run the content locally

$ npm install
$ nodemon ./bin/www

then open in your browser http://localhost:3000

Preview

demo

About

This application makes 3 examples of list of reports, bars and cake; the data is sent from a database in MySql, using Node and Pug

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published