This is a Node.js CRUD web application that uses Express, MS SQL Server for the backend and jQuery, Bootstrap, SweetAlert, HTML and DataTables for the frontend.
Follow the steps below to install and run the application:
-
Clone the repository:
git clone https://github.com/yourusername/nodejs-crud-app.git
-
Navigate into the directory:
cd nodejs-crud-app
-
Install the dependencies:
npm install
-
Start the application:
npm start
Open your browser and navigate to http://localhost:3000
.
nodejs-crud-app/
|-- node_modules/ # Node.js dependencies
|-- public/ # Frontend files
| |-- css/ # Stylesheets
| |-- js/ # JavaScript files
| | |-- app.js # Frontend application logic
| |-- index.html # Main HTML file
|-- app.js # Backend Node.js and Express application
|-- package.json # Project metadata and dependencies
|-- package-lock.json # Dependency version lock
- CRUD Operations: Create, Read, Update, Delete
- DataTables for tabular data
- SweetAlert for notifications
- Form validation
- Node.js
- Express
- jQuery
- DataTables
- SweetAlert
- MS SQL Server
- Bootstrap
- Ajax
- Javascript
- HTML