Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mightyhorst/studentdb
StudentDB created with AngularJS and Parse.com
https://github.com/mightyhorst/studentdb
Last synced: about 3 hours ago
JSON representation
StudentDB created with AngularJS and Parse.com
- Host: GitHub
- URL: https://github.com/mightyhorst/studentdb
- Owner: mightyhorst
- Created: 2013-03-03T06:32:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-26T05:03:00.000Z (almost 12 years ago)
- Last Synced: 2024-11-26T02:14:37.410Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 606 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
StudentDB
=========Mum needed a new database for kids at her school, so I spent the weekend (and some) building a site with AngularJS and Parse.com
I've included an simple [ExpressJS][7] app that you can use to host the site locally.
Signup to Parse.com and create a new application, from there you can copy the applicationId and javascriptSdkId key if you want to play around with the Parse backend! You need to follow the documentation from Parse to learn how to lock the application down.
- https://parse.com/docs/data#security
- https://parse.com/docs/js_guide#users-security
- https://parse.com/docs/js_guide#users-aclsLibraries used:
- [AngularJS][0] Superheroic JavaScript MVW FrameworkJavascript MVC by Google.
- [AngularStrap][1] Bootstrap directives for AngularJS.
- [Bootstrap][2] Sleek, intuitive, and powerful front-end framework for faster and easier web development.
- [Parse.com][3] Mobile cloud platform. Parse lets you focus on creating unique & engaging apps.
- [Moment.js][4] A 5.5kb javascript date library for parsing, validating, manipulating, and formatting dates.
- [Toastr][5] Simple javascript toast notifications
- [jQuery][6] jQuery is a fast, small, and feature-rich JavaScript library.This is my first AngularJS site so if you have any tips let me know on twitter [@jakescott][6]
Demo hosted on dropbox, sign up and have a play around!
===========
https://dl.dropbox.com/u/4161923/StudentDB/public/index.html!["Screenshot"](https://raw.github.com/superlogical/StudentDB/master/screenshots/StudentDB.png)
[0]: http://angularjs.org/
[1]: http://mgcrea.github.com/angular-strap/
[2]: http://twitter.github.com/bootstrap/
[3]: http://parse.com/
[4]: http://momentjs.com/
[5]: https://github.com/CodeSeven/toastr
[5]: http://twitter.com/jakescott
[6]: http://jquery.com/
[7]: http://expressjs.com