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

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


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

Last synced: about 1 month ago
JSON representation

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/)