Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 344 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 344 Bytes

node-test-crud-app

This is a simple CRUD application using Node.js, Express.js, and MySQL.

Installation

  1. Clone the repository: git clone

  2. Install the application: npm install

  3. Place your own MySQL database credentials in config/db.config.js

  4. Start the server: npm start

  5. View in browser at: http://localhost:4000