Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lanesawyer/gshe
The Ginormous Stackrank of Human Experience
https://github.com/lanesawyer/gshe
Last synced: 14 days ago
JSON representation
The Ginormous Stackrank of Human Experience
- Host: GitHub
- URL: https://github.com/lanesawyer/gshe
- Owner: lanesawyer
- License: mit
- Created: 2014-12-12T21:43:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T02:17:38.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T14:20:28.646Z (8 months ago)
- Language: JavaScript
- Size: 435 KB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GSHE #
The Ginormous Stackrank of Human Experience is a site built with the purpose of discovering the best and worst of human experiences.
## Technologies ##
### AngularJS ###
AngularJS is a "Superheroic JavaScript MVW Framework". It makes development very fast and easy.### Firebase ###
Firebase is a realtime app platform that allows you to store and sync data instantly. It is a NoSQL database and is great for fast development.### Angularfire ###
AngularFire is the officially supported AngularJS binding for Firebase. The combination of Angular and Firebase provides a three-way data binding between HTML, JavaScript, and your Firebase backend.## Running the Development Server ##
For development purposes, we use a very simple Node.js server.Just navigate to the project directory and run the command:
`node server.js`
## Deploying to Firebase ##
Get Firebase Tools:
`npm install -g firebase-tools`
Run the deploy command:
`firebase deploy`
## Quick Note Regarding Codebase ##
The codebase is currently rather messy. My coding style is to first make it work and then refactor it into something better. As such, new developers joining the project may feel a little disoriented upon examining the codebase, which will always be in some sort of disrepair. If you have any questions, please shoot me an email or create an issue so we can talk about the code design.