Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdehaan/one-and-done
Proof of concept for the one-and-done site.
https://github.com/pdehaan/one-and-done
Last synced: 2 months ago
JSON representation
Proof of concept for the one-and-done site.
- Host: GitHub
- URL: https://github.com/pdehaan/one-and-done
- Owner: pdehaan
- License: mpl-2.0
- Created: 2013-10-10T23:42:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-02T08:52:48.000Z (about 11 years ago)
- Last Synced: 2024-04-14T06:01:32.731Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 464 KB
- Stars: 2
- Watchers: 5
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to the Mozilla One and Done site.
=====## Installation:
### Install Nodejs```
git clone https://github.com/pdehaan/one-and-done/
cd one-and-done
npm install
```### Create Firebase account:
```
import data_model.json
import rules.json under security
enable persona logins
```
Write down your database url, and export the ```DB_BASE_URL``` on the command line.Now set up environment variables and fire the server.
```
export DB_BASE_URL = https://oneanddone.firebaseIO.com
node server.js
```## What this is:
A proof of concept app to see what we can learn about nodejs