Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 356 Bytes

File metadata and controls

14 lines (11 loc) · 356 Bytes

node-app-api

A node application RESTful API

Description

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

TODO

  • Data Access Object (DAO) interface library
  • Utils library
  • Error Handler