@lmiller1990/node-mvc

0.1.0 • Public • Published

TODO: Name

The Node.js MVC framework you never had but always deserved.

Features

Rails-like syntax Test environment out of the box Some other stuff Lots of extra methods for String, Array etc.

Interesting Examples

const BaseEntity = require("./models/base-entity.js")

class Animal extends BaseEntity {}

const animal = await Animal.create({ name: "Doggo" })

console.log(animal) //=> { id: 1, name: "Doggo" }

Readme

Keywords

none

Package Sidebar

Install

npm i @lmiller1990/node-mvc

Weekly Downloads

4

Version

0.1.0

License

MIT

Unpacked Size

127 kB

Total Files

28

Last publish

Collaborators

  • lmiller1990