0.20.0 • Published 4 years ago

@sodacitylabs/boring-framework v0.20.0

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

The Boring Framework

The Boring Framework is a Rails-inspired web framework that includes everything needed to create database-backed web applications and APIs according to the Model-View-Controller (MVC)pattern.

MVC divides your application into three main layers: Model, View, and Controller.

Technology Stack

Under the covers - and sometimes not so much - Boring is just a project wrapper around common Node.js technologies, the core of which are:

  • Fastify The entire web server runs as a Fastify application: routing, http, logging, etc.
  • Jest All of the testing is provided via Jest. Tests, Mocking, etc.
  • EJS The rendering of HTML-based pages is done via EJS. It has a similar syntax to Embedded Ruby (.erb) as well as other template languages.
  • Objection Objection is how Active Record is implemented. Models inherit from Objection which is an ORM over knex.
  • Nodemailer Nodemailer - and its plugin sytem - is how emails are sent.

Getting Started

We try to maintain clear, concise documentation for Getting Started and using The Boring Framework. Check out our docs pages for any questions you have!

0.20.0

4 years ago

0.19.0

4 years ago

0.18.1

4 years ago

0.18.2

4 years ago

0.18.0

4 years ago

0.17.0

4 years ago

0.16.0

4 years ago

0.15.0

5 years ago

0.14.0

5 years ago

0.13.0

5 years ago

0.12.2

5 years ago

0.12.1

5 years ago

0.12.0

5 years ago

0.11.0

5 years ago

0.10.1

5 years ago

0.10.0

5 years ago

0.9.0

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago