The backend of the User Management App is built using Node.js and MongoDB, providingsolution for managing user-related tasks such as creating, updating, deleting, and retrieving user information.
User Management Front End Repository
- RESTful API
- NodeJS + MongoDB
- CRUD Operations
- Node.js
- Express
- MongoDB
- Mongoose
- GET /api/users: Retrieve a list of users (with pagination support).
- GET /api/users/:id: Retrieve details of a specific user by ID.
- POST /api/users: Create a new user.
- PUT /api/users/:id: Update an existing user by ID.
- DELETE /api/users/:id: Delete a user by ID.
-
Clone the repository:
git clone https://github.com/sejunpark2002/newuserbackend.git
-
Navigate to the project directory:
cd newuserbackend
-
Install dependencies:
npm install
-
Start the development server:
npm start
This project is licensed under the MIT License.