Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lcaballero/generated-app
- Owner: lcaballero
- License: epl-1.0
- Created: 2014-12-16T02:54:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-27T04:34:49.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T19:27:32.245Z (9 months ago)
- Language: JavaScript
- Size: 801 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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