Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/koushlendra-kumar/team-app-server
- Owner: Koushlendra-Kumar
- Created: 2023-11-18T04:29:41.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T09:41:16.000Z (12 months ago)
- Last Synced: 2023-11-24T10:35:33.262Z (12 months ago)
- Topics: expressjs, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.