Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 857 Bytes

File metadata and controls

41 lines (26 loc) · 857 Bytes

Node/Express with SQL App

Welcome to the Node/Express with SQL app! This is a small and simple application designed to help you get started with server-side development. It's just the beginning of your journey into the world of server-side programming.

Getting Started

Follow these simple steps to set up and run the app:

Prerequisites

  • Node.js installed on your machine
  • SQL database (e.g., MySQL) up and running

Installation

  1. Clone the repository to your local machine.

    git clone https://github.com/your-username/node-express-sql-app.git
    
  2. Navigate to the project directory.

    cd node-express-sql-app
    
  3. Install the required Node modules.

    npm install
    

Usage

  1. Run the app.

    npm run start
    
  2. Access the app in your browser at http://localhost:3000.