Skip to content

MX-Solo/node-create-app-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Create App SQL

A simple Node.js application template with SQL database integration.

Features

  • Node.js and Express framework
  • SQL database configuration
  • Basic project structure
  • Environment configuration

Installation

  1. Clone the repository:

    git clone https://github.com/MX-Solo/node-create-app-sql.git
    cd node-create-app-sql
  2. Install dependencies:

    npm install
  3. Set up environment variables:

    • Rename .env.example to .env
    • Update the .env file with your database configuration

Usage

Start the development server:

npm start

About

create node app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published