A simple Node.js application template with SQL database integration.
- Node.js and Express framework
- SQL database configuration
- Basic project structure
- Environment configuration
-
Clone the repository:
git clone https://github.com/MX-Solo/node-create-app-sql.git cd node-create-app-sql -
Install dependencies:
npm install
-
Set up environment variables:
- Rename
.env.exampleto.env - Update the
.envfile with your database configuration
- Rename
Start the development server:
npm start