Skip to content

IkechukwuAKalu/eventlance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published