user-management-system-using-express-and-mongodb

User Management using Node, Express, and MongoDB

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.

Features

  1. Clone this repository
  2. Run npm install to install dependencies
  3. Create a .env file with your MongoDB connection string
  4. Run npm start to start the API

    Usage

    Once the API is running, you can use it to perform CRUD operations on user data.

    Contributing

    Contributions are welcome! If you’d like to contribute to this project, please create a pull request with your changes.

License

This project is licensed under the MIT license. See the LICENSE file for more details.

Technologies used

Add new users dashboard Update users dashboard