GitHub - Mikepicker/koa-mvc: Minimalistic koa mvc framework

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

2 Commits

Repository files navigation

Koa MVC - A minimalistic mvc framework

Based on:

Instructions

npm install

Development: npm run dev

Production: npm run serve

Test

Send a post to localhost:3001/post to add a new job.

Get localhost:3001/ for a list of posted jobs.