This is a simple user management API that allows you to perform CRUD (create, read, update, delete) operations on user data. The API is built using Node.js, Express, and MongoDB, and uses EJS for rendering views.
To run this API on your local machine, you will need to have Node.js and MongoDB installed. Once you have these installed, follow these steps:
npm install to install dependencies.env file with your MongoDB connection stringnpm start to start the API
Once the API is running, you can use it to perform CRUD operations on user data.
Contributions are welcome! If you’d like to contribute to this project, please create a pull request with your changes.
This project is licensed under the MIT license. See the LICENSE file for more details.
