An open API service indexing awesome lists of open source software.

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.

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