Express REST API Generator Versions Save

Express REST API Generator is an Express Based API skeleton. A template for starting projects with express as an API. This project can be used for creating a RESTful API using Node JS, Express as the framework, Mongoose to interact with a MongoDB instance and Sequelize for support of SQL compatible databases. Mocha is also used for running unit tests in the project.

0.6.0

5 years ago
  • Better error handling
  • support for MongoDB 3.6 and above
  • support for Loggly
  • Workers are now standalone apps for better scalability
  • Updated the readme with information about the clock and workers
  • Updated the API templates

0.4.0

6 years ago

0.3.0

6 years ago

Features

  • API Generator: added the ability to generate API routes (5eefc72)

0.2.0

6 years ago

Bug Fixes

  • User model: Now creates search tags properly (88f8267)

Features

  • User Router: Completed tests for user router (71ee3bb)

0.1.1

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago

Features

  • queue: completed tests for the queue system (7bcdb37)
  • queue: some clean ups for queue feature (a78408c)