3r1co / NodeAPI

Simple RESTful API implementation on Node.js + MongoDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple RESTful API implementation on Node.js + MongoDB.

License:MIT License


Languages

Language:JavaScript 100.0%