# jmms

> A java meta micro service framework.

## Getting Started

**Install**

```sh
$ npm install -g jmms
```

**Create a new project!**

```sh
$ jmms create project hello
```
*The world 'hello' is the name of project.*

**Run the project**
```sh
$ cd hello
$ jmms run
```

**Checks**
```
$ curl http://localhost:8080
```
*The console will print the message : "It works!".*

