A node application RESTful API
This RRESTful API is meant to provide a simple baseline framework to get started with standard functionality needed like:
- Authentication
- Middleware for authenticated routes
- User registration and login
- Data Access Object (DAO) interface library
- Utils library
- Error Handler