IkechukwuAKalu / eventlance

A Node.js API using express

Repository from Github https://github.comIkechukwuAKalu/eventlanceRepository from Github https://github.comIkechukwuAKalu/eventlance

Eventlance

This is a Node.js (express) app. It is basically a REST API with no views.

Security

It uses OAuth2 for requests authentication which are sent via headers. The Node.js module oauth2orize is used to implement it, together with the passport module. Follows the password grant flow, but requests are actually authenticated using access tokens.

Databse

MongoDB is used for storage.

About

A Node.js API using express

License:MIT License


Languages

Language:JavaScript 100.0%