Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 567 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 567 Bytes

NodeAPI

Summary

Simple RESTful API implementation on Node.js + MongoDB. Auth based on OAuth2 usrname-password flow. Bearer and refresh tokens support.

Tutorials based on this example:

Modules used:

  • express
  • mongoose
  • nconf
  • winston
  • Faker
  • oauth2orize
  • passport

Author

This example was created by Evgeny Aleksandrov (@EAleksandrov).

License: MIT.