Skip to content

sirtimid/koa-api-boileplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koa-api-boileplate

An opinionated Node.js API boilerplate built on top of Koa 2.0 using Knex.js written in ES7

Uses

##Project Structure

├── config               - Server and client configuration
├── lib                  - This is where src compiles and production app runs (*created on build)
├── migrations           - Knex migrations
├── public               - Where static files like images are stored (*created on upload)
│
└── src
    ├── middleware   - Our middlewares
    ├── models       - Api models
    ├── routes       - Api endpoints
    ├── services     - Our reusable or app-wide used services
    └── views        - Server rendered views

About

An opinionated Node.js API boilerplate built on top of Koa 2.0 using Knex.js written in ES7

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published