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.
- Host: GitHub
- URL: https://github.com/john-lin/express-monk-boilerplate
- Owner: John-Lin
- Created: 2015-11-19T17:33:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T17:52:56.000Z (over 10 years ago)
- Last Synced: 2025-02-24T13:15:44.776Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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