Skip to content

xGiye/api-crud

Repository files navigation

api-crud

app-crud is a straightforward REST API designed to perform CRUD (Create, Read, Update, Delete) operations on a "person" resource. It provides a flexible and easy-to-use interface for managing person records with the ability to retrieve individuals by name, custom ID, or perform other common CRUD actions. This project is built using Node.js, Express.js, and Mongoose for MongoDB integration, making it a reliable and efficient solution for managing person data.

Table of Contents

Getting Started

Prerequisites

  • Node.js (>=12.x)
  • MongoDB (>=3.x)
  • npm (Node Package Manager)

Installation

  1. Clone the repository:

    cbash git clone https://github.com/yourusername/person-api.git cd person-api

    
    
  2. Install dependencies:

    npm install

  3. Start the server:

About

API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published