https://github.com/simonsmith/angular-usersapp
Simple example of an Angular app
https://github.com/simonsmith/angular-usersapp
Last synced: 7 months ago
JSON representation
Simple example of an Angular app
- Host: GitHub
- URL: https://github.com/simonsmith/angular-usersapp
- Owner: simonsmith
- Created: 2014-03-11T20:25:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-28T10:20:12.000Z (about 12 years ago)
- Last Synced: 2024-10-18T08:36:57.103Z (over 1 year ago)
- Language: JavaScript
- Size: 710 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Users app
A simple Angular app that allows fictional management of users. Mainly an experiment for learning different parts of the framework
## Install
- Clone the repo
- Install and run MongoDB
- `npm install`
- `node app.js`