Skip to content

nodeboot/nodeboot-rest-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodeboot-rest-starter

A starter which configures a lot of stuffs(expresss, session, routes, di, etc) for us and give a rest starter ready to use on any development.

usage

Just add the following lines to have

const RestApplicationStarter = require("nodeboot-rest-starter").RestApplicationStarter;
const restApplicationStarter = new RestApplicationStarter();
restApplicationStarter.run(__dirname);

Basically if the developer add nodeboot-database-starter to its package.json, nodeboot-rest-starter will detect it and starts the auto configuration

Road map

  • add more databases like postgress, sqlserver, oracle
  • unit test, coverage, badges
  • split into: nodeboot-ssr-web-starter, nodeboot-iam-simple-starter
  • publish to npm repository: https://www.npmjs.com/package/repository

Inspiration

Contributors


JRichardsz

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published