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.
Follow these simple steps to set up and run the app:
- Node.js installed on your machine
- SQL database (e.g., MySQL) up and running
-
Clone the repository to your local machine.
git clone https://github.com/your-username/node-express-sql-app.git -
Navigate to the project directory.
cd node-express-sql-app -
Install the required Node modules.
npm install
-
Run the app.
npm run start -
Access the app in your browser at http://localhost:3000.