https://github.com/john-lin/express-mongojs-boilerplate
https://github.com/john-lin/express-mongojs-boilerplate
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/john-lin/express-mongojs-boilerplate
- Owner: John-Lin
- Created: 2015-11-20T10:06:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-20T10:08:40.000Z (over 10 years ago)
- Last Synced: 2025-02-24T13:15:45.509Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express-mongojs-boilerplate
#Structure
```
╭─john at John'sMacBook Air in ~/Repository/express-mongojs-boilerplate using ‹›
╰─○ tree
.
├── README.md
├── app.js
├── bin
│ └── www
├── package.json
└── routes
├── index.js
└── user.js
2 directories, 6 files
```
# Usage
```sh
$ npm start
```
# Stack
- [Mongojs](https://github.com/mafintosh/mongojs)
- [Express](http://expressjs.com/)