https://github.com/dimitrisnl/koa-rest-skeleton
⚙️ A very simple REST Koa skeleton
https://github.com/dimitrisnl/koa-rest-skeleton
boilerplate koa koa2 nodejs rest-api skeleton
Last synced: 2 months ago
JSON representation
⚙️ A very simple REST Koa skeleton
- Host: GitHub
- URL: https://github.com/dimitrisnl/koa-rest-skeleton
- Owner: dimitrisnl
- License: mit
- Created: 2019-11-14T17:36:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T17:39:49.000Z (over 6 years ago)
- Last Synced: 2025-10-21T12:44:39.942Z (8 months ago)
- Topics: boilerplate, koa, koa2, nodejs, rest-api, skeleton
- Language: JavaScript
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# koa-rest-skeleton


[](#)
[](https://twitter.com/dnlytras)
Hey there 👋.
I couldn't find a basic skeleton for [Koa](https://koajs.com/) that I liked, so I decided to give it a go.
This project sets up `prettier`, `eslint`, `jest` and has accounted for a `DEV` enviroment with `nodemon`.
You won't find a sophisticated folder structure, auth, or any boilerplate that eventually will be removed. Just a pre-configured enviroment to kick-start your project.
## Prerequisites
- node >=12.0.0
## Usage
1. Fork this repo
2. Run `npm install`
3. Configure the routes in `lib/routes` as you please
## Author
👤 **Dimitrios Lytras **
- Website: https://dimitrioslytras.com
* Twitter: [@dnlytras](https://twitter.com/dnlytras)
- Github: [@dimitrisnl](https://github.com/dimitrisnl)
## Show your support
Give a ⭐️ if this project helped you!