Skip to content

Commit

Permalink
added boilerplate in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
IamLizu committed Aug 13, 2024
1 parent 8e55d9a commit e79bffe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions en/starter/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ redirect_from: "/starter/examples.html"
{% capture examples %}{% include readmes/express-master/examples.md %}{% endcapture %}
{{ examples | replace: "](.", "](https://github.com/expressjs/express/tree/master/examples" }}

## Boilerplate

- [Boilerplate](http://github.com/robrighter/node-boilerplate) -- boilerplate app supplying Express, Connect, Socket-IO, Jade/Pug and more.
- [express-mongoose-es6-rest-api](https://github.com/KunalKapadia/express-mongoose-es6-rest-api) -- A boilerplate application for building REST APIs using express and mongoose in ES6 with code coverage.
- [express-site-template](https://github.com/langpavel/node-express-site-template) -- jade, stylus, sessions with redis
- [backbone-express-mongoose-socketio](https://github.com/datapimp/backbone-express-mongoose-socketio) -- Boilerplate app supplying backbone, mongoose, and socket.io
- [node-express-mongoose](https://github.com/madhums/node-express-mongoose) -- A boilerplate application for building web apps using express, mongoose and passport. ([demo](http://nodejs-express-demo.herokuapp.com/))
- [bearcat-todo](https://github.com/bearcatnode/todo) -- a simple todo app built on [bearcat](https://github.com/bearcatnode/bearcat) and express, bearcat makes it easy write simple, maintainable node.js
- [node-scaffold](https://github.com/mauriciogior/node-scaffold) -- a beautiful scaffolding module. It generates an app (MVC) based on express and mongoose for a given json configuration.

## Additional examples

These are some additional examples with more extensive integrations.
Expand Down

0 comments on commit e79bffe

Please sign in to comment.