Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/koushlendra-kumar/team-app-server

A small social app server built using Node.js and Express.js
https://github.com/koushlendra-kumar/team-app-server

expressjs mongodb mongoose nodejs

Last synced: about 20 hours ago
JSON representation

A small social app server built using Node.js and Express.js

Awesome Lists containing this project

README

        

# team-app
A small social app built using Node.js and Express.js

## User operations endpoints:

+ GET /api/users: Retrieve all users with pagination support.
+ GET /api/users/:id: Retrieve a specific user by ID.
+ POST /api/users: Create a new user.
+ PUT /api/users/:id: Update an existing user.
+ DELETE /api/users/:id: Delete a user.