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

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

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)