An open API service indexing awesome lists of open source software.

https://github.com/john-lin/express-monk-boilerplate

A RESTful web app boilerplate using express, monk.
https://github.com/john-lin/express-monk-boilerplate

Last synced: 2 months ago
JSON representation

A RESTful web app boilerplate using express, monk.

Awesome Lists containing this project

README

          

# express-monk-boilerplate

#Structure

```
╭─john at John'sMacBook Air in ~/Repository/express-monk-boilerplate on master✘✘✘ using ‹›
╰─± tree
.
├── README.md
├── app.js
├── bin
│   └── www
├── package.json
└── routes
├── index.js
└── user.js

2 directories, 6 files
```

# Usage
```sh
$ npm start
```

# Stack
- [Monk](https://github.com/Automattic/monk)
- [Express](http://expressjs.com/)

# Known issues
- https://github.com/Automattic/monk/issues/91