Skip to content

This repository demonstrates how to connect and manage SQL databases using Node.js. It includes examples of executing SQL queries, handling database connections, and performing CRUD (Create, Read, Update, Delete) operations.

Notifications You must be signed in to change notification settings

sujoyghoshal/SQL-Connected-NODE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Form Data Management with Node.js and Express

This project is a simple Node.js and Express application that allows users to submit form data, save it via the /save endpoint, and view all the saved data via the /display endpoint.

Features

  • Form Submission: A web form that allows users to enter data.
  • Data Saving: The submitted form data is saved to a database using the /save endpoint.
  • Data Display: View all saved form data through the /display endpoint.

Getting Started

Prerequisites

Ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/sujoyghoshal/SQL-Connected-NODE.git
  2. Install the dependencies:

    npm install

Environment Variables

Set up a .env file in the project root with the following variables: PORT=4000

About

This repository demonstrates how to connect and manage SQL databases using Node.js. It includes examples of executing SQL queries, handling database connections, and performing CRUD (Create, Read, Update, Delete) operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published