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.
- Create, read, update, and delete user data
- No authentication and authorization
- Deployed on Vercel
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:
- Clone this repository
- Run
npm install
to install dependencies - Create a
.env
file with your MongoDB connection string - Run
npm 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.
- This project was built using Node.js and Express, two popular open-source technologies for building web applications with JavaScript.
- MongoDB was used as the database for this project.
- EJS was used as the view engine to render HTML templates.
- This project is deployed on Vercel, a cloud platform for deploying and hosting web applications.
- The code for this project is hosted on GitHub, a web-based hosting service for version control and collaboration.