talkings / Rock-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROCK

description

基于node koa2的一款servers脚手架 

Installation

$ npm install -g rock-cli

Quick Start

Install dependencies:

$ rock -a <project-name>
or
$ rock --add <project-name>
$ npm i

$ npm start

Start your Koa app at http://localhost:3000/:

More:

  1. Mysql installation

  2. The new test database

  3. Data table automatic generation

$ npm run create_mysql_table

Access to the localhost:3000/users/search

About


Languages

Language:JavaScript 99.4%Language:Shell 0.6%