Skip to content

Rukeith/koa-boilerplate

Repository files navigation

Sample Koa Server

Project structure

|-- app.js entry file
|-- config.js configuration file
|-- controller logical layer to combine model and route
|-- locales language files
|-- lib third party controller folder
|-- middleware middleware for route
|-- model combine to database
|-- routes api files
|-- views static files
|-- .eslintrc.json eslint configuration
|-- .eslintignore eslint configuration ignore files
|-- .gitignore git configuration
|-- package.json
|-- README.md

Releases

No releases published

Packages

No packages published

Languages