/NeedToBeDoneNow

REST like API that exposes a tasks management service built with NodeJS.

Primary LanguageJavaScriptMIT LicenseMIT

NeedToBeDoneNow

This is a learning project for mastering NodeJS and Javascript.

It’s a REST like API (not RESTful) that exposes a tasks management service.

Yes, this is an another « TODO » app. Pretty boring… :)

For now, I have a basic tests suite that consumes the service and ensures is sanity.

The service handles authentication via « Basic Authentication ».

Note that this type of authentication is only secure over HTTPS.

This is mostly what I used to build this project:

Please don’t use this project as a reference on how to build a REST like api with Node JS.