Skip to content

masongzhi/self_koa_blog

Repository files navigation

self_koa_blog

personal blog backend by koa2

to run this appliation, you can install and run font-end appliation

installation

# install
npm install

# development
npm run dev

# production
npm run start

# push docker image
make prod