https://github.com/sajib689/ed-teach-server
This is Ed Teach Website server
https://github.com/sajib689/ed-teach-server
expressjs jwt mongodb mongoose node socket-io sslcommerz-payment-gateway typescript
Last synced: 3 months ago
JSON representation
This is Ed Teach Website server
- Host: GitHub
- URL: https://github.com/sajib689/ed-teach-server
- Owner: sajib689
- Created: 2025-01-09T11:00:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T13:48:36.000Z (over 1 year ago)
- Last Synced: 2025-10-12T13:32:11.511Z (9 months ago)
- Topics: expressjs, jwt, mongodb, mongoose, node, socket-io, sslcommerz-payment-gateway, typescript
- Language: TypeScript
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Users Send API](http://localhost:5000/api/v1/users)
[Course Data Send API](http://localhost:5000/api/v1/addcourse)
[Course Data Get API](http://localhost:5000/api/v1/getcourses)
[Get Single Course Data By Id Get API](http://localhost:5000/api/v1/getcourses/:id)
[Get Single Users Data By Email Get API](http://localhost:5000/api/v1/users/:email)
[Get Single Payment Data By Email Get API](http://localhost:5000/api/v1/paymenthistory/:email)
[Get Single User Data By Admin Get API](http://localhost:5000/api/v1/users?role=admin)