Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 475 Bytes

File metadata and controls

17 lines (13 loc) · 475 Bytes

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.