https://github.com/fatkhurrhn/simple-crud-nodejs
This is a simple CRUD (Create, Read, Update, Delete) application built using Node.js and Express.
https://github.com/fatkhurrhn/simple-crud-nodejs
crud-nodejs crud-operation crud-simple
Last synced: about 2 months ago
JSON representation
This is a simple CRUD (Create, Read, Update, Delete) application built using Node.js and Express.
- Host: GitHub
- URL: https://github.com/fatkhurrhn/simple-crud-nodejs
- Owner: fatkhurrhn
- Created: 2024-11-25T17:40:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T17:46:57.000Z (over 1 year ago)
- Last Synced: 2025-03-22T17:46:27.388Z (about 1 year ago)
- Topics: crud-nodejs, crud-operation, crud-simple
- Language: CSS
- Homepage:
- Size: 1020 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CRUD Application with Node.js
This is a simple CRUD (Create, Read, Update, Delete) application built using **Node.js** and **Express**. The app allows users to add, edit, and delete items in a list. It uses plain **HTML** for views, with **CSS** for styling, and does not rely on **EJS** or any other templating engine.
## Features
- **Add Item**: Add new items to the list.
- **Edit Item**: Edit existing items.
- **Delete Item**: Remove items from the list.
- **Responsive UI**: Simple and clean design using CSS.
## Technologies Used
- **Node.js**: JavaScript runtime environment.
- **Express**: Web framework for Node.js.
- **HTML**: Markup language for creating web pages.
- **CSS**: Styling language for a modern and responsive UI.
## Installation
Follow the steps below to run this application locally:
### 1. Clone the repository
```bash
git clone https://github.com/your-username/crud-nodejs.git
cd crud-nodejs