Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lcaballero/generated-app

App generated with rstamp. Express 4, Nject, Angular, Handlebars, Mongo.
https://github.com/lcaballero/generated-app

Last synced: 23 days ago
JSON representation

App generated with rstamp. Express 4, Nject, Angular, Handlebars, Mongo.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/lcaballero/generated-app.svg?branch=master)](https://travis-ci.org/) [![NPM version](https://badge.fury.io/js/generated-app.svg)](http://badge.fury.io/js/generated-app)

# Introduction

This project was generated using the rstamp generator and the template
rstamp-express-4-nject-1, which builds out a new Express 4 web app
using Angular, Nject, Handlebars and Mongo.

## Overview

This app is mainly for example. It has a basic number of features
which aught to prove useful on any future MEAN project.

## Installation

```
%> git clone [this-repo]
```

In a seperate terminal run this command to start mongo.
```
%> npm run mongo
```

Start the Express app with this command.
```
%> npm run start
```

Point your browser to http://localhost:3000/.

## TODO

1. Add crude passport login build out.
1. Add Nginx config to serve static files.
1. Add Scheming models to save data to MongoDB and possibly to manipulate Angular
on the client.

## License

See license file.

The use and distribution terms for this software are covered by the
[Eclipse Public License 1.0][EPL-1], which can be found in the file 'license' at the
root of this distribution. By using this software in any fashion, you are
agreeing to be bound by the terms of this license. You must not remove this
notice, or any other, from this software.

[EPL-1]: http://opensource.org/licenses/eclipse-1.0.txt