Hello. I'm Core.js, MVC boilerplate for getting an express app and api up and going fast.
This is a work in progress. Right now, the library is included as a git submodule into any existing express project. Future plans are to modify this to be a cli tool that
- Generates a new project
- Updates an existing project
- Generates User,Session,Token,Config tables (if desired)
The goal of "Core" isn't to be a long term dependency, like a npm module, but rather an upgradable framework that takes care of the heavy lifting behind creating a api / app.
Another goal of this project is to not become so bloated you can't wrap your head around it without a book.
TODO
- Query Generator for MSSQL (done)
- Query Generator for Elastic Search (done)
- Move form layouts into a table rather than config files (done)
- Create a gui for managing tables layouts (done)
- Revamp JS for ADMIN
- Move to Template Literals (done)