Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sameermistry2502/node-app-crud
Make Demo application with CRUD and Acl user role management
https://github.com/sameermistry2502/node-app-crud
Last synced: 3 days ago
JSON representation
Make Demo application with CRUD and Acl user role management
- Host: GitHub
- URL: https://github.com/sameermistry2502/node-app-crud
- Owner: sameermistry2502
- Created: 2024-10-23T14:23:11.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2024-10-23T15:13:34.000Z (27 days ago)
- Last Synced: 2024-10-23T18:23:42.999Z (27 days ago)
- Language: JavaScript
- Homepage:
- Size: 3.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js CRUD Application
A simple Node.js application that performs Create, Read, Update, and Delete (CRUD) operations.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Usage](#usage)
- [API Endpoints](#api-endpoints)
- [Contributing](#contributing)
- [License](#license)
- [Author](#author)## Introduction
This application is a demonstration of how to build a basic CRUD API using Node.js, Express, and MongoDB. It allows users to create, read, update, and delete records in a simple database.
## Features
- Create new records
- Read existing records
- Update records
- Delete records
- RESTful API design## Technologies Used
- Node.js
- Express.js
- MongoDB
- Mongoose
- Body-parser
- dotenv (for environment variables)## Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/nodejs-crud-app.git