Skip to content

k1r0s/micro-ritley-lowdb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Article

https://medium.com/@k1r0s/how-to-write-scalable-nodejs-services-code-examples-b48baa2d9eb9

Structure

.
├── adapters              // current adapters for services witch retrieve the data
│   ├── low.conf.js       // lowdb configs
│   ├── low.js            // lowdb adapter class
│   └── low-provider.js   // singleton provider for lowdb service
├── low.database.json     // tmp database
├── models                // behavior representation
│   ├── app.js            // app core service management
│   ├── common.js         // abstract service
│   └── developer.js      // ..
├── package.json
├── resources             // basic http resource class
│   └── basic-resource.js
├── ritley.conf.js        // ritley configs
├── run.js                // __init script
├── SUMMARY.md            // you're here
└── test
    └── developers.test.js

4 directories, 13 files

About

backend example with ritley and lowdb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published