/NodeTaskApp

Node.js and MySQL app

Primary LanguageHTML

Creating a web app using Node.js and MySQL.

You can find the full tutorial on CodeHandbook.

Installation

  1. Clone the above repository.
git clone https://github.com/jay3dec/NodeTaskApp
  1. Navigate to the project repository and install the dependencies.
cd NodeTaskApp
npm install
  1. Point your browser to http://localhost:3000 and you should have the app running.