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.
- Node.js (>=12.x)
- MongoDB (>=3.x)
- npm (Node Package Manager)
-
Clone the repository:
cbash git clone https://github.com/yourusername/person-api.git cd person-api
-
Install dependencies:
npm install -
Start the server: