Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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