https://github.com/webdad/myverses
Simple Service to Read the Bible and have a list of favorite bible verses.
https://github.com/webdad/myverses
Last synced: about 1 month ago
JSON representation
Simple Service to Read the Bible and have a list of favorite bible verses.
- Host: GitHub
- URL: https://github.com/webdad/myverses
- Owner: WebDaD
- License: cc0-1.0
- Created: 2016-06-20T13:41:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-01T11:01:45.000Z (almost 10 years ago)
- Last Synced: 2025-01-18T16:39:44.011Z (over 1 year ago)
- Language: JavaScript
- Size: 2.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MyVerses
Simple Service to Read the Bible and have a list of favorite bible verses.
## Start the App
### OneLiner
1. `wget https://raw.githubusercontent.com/WebDaD/myVerses/master/install.sh | sh`
### Native
1. `git clone https://github.com/WebDaD/myVerses.git`
2. `cd myVerses`
3. `npm run deploy`
4. `npm start`
### Docker
1. `git clone https://github.com/WebDaD/myVerses.git`
2. `cd myVerses`
3. `mkdir -p /usr/database/myVerses`
3. `docker build -t myVerses .`
4. `docker run -v /usr/database/myVerses:/opt/myVerses/database myVerses`
## Resources
Many Thanks to the developers of the Following Stuff:
* [Zefaina](https://sourceforge.net/projects/zefania-sharp/ http://bgfdb.de/zefaniaxml/bml/)
* [Bootstrap](http://getbootstrap.com/)
* [Angular](https://angularjs.org/)
* [node.js](https://nodejs.org/en/)
* [passportjs](http://passportjs.org/)
* [MaterialPalette](https://www.materialpalette.com/green/amber)
* [AndroidAssetStudio](https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html)
* [RealFaviconGenerator](http://realfavicongenerator.net/)
* [TWBSColor](http://work.smarchal.com/twbscolor/)
---
Below this line, stuff will be removed and placed in better places!
### TODO
## code
* libs
* TEST user
* TEST bible
* TEST bibles
* Routes
* bible (req.query.version,language)
* stats
* user
* export
* index -> status
* tests
* bible
* bibles
* user
* app -> https://strongloop.com/strongblog/nodejs-testing-documenting-apis-mocha-acquit/
* assets / gui
* global
* typhography
* nice header
* print button in navbar, on card(fullscreen, sideways)
* search in upper right
* html
* bible
* TEST Home
* Login
* modal-verse
* Profile
* stats
* verse
* angularjs
* MyVerses
* services
* bible
* stats
* user
* controller
* bible
* Home
* Login
* modal-verse
* Profile
* stats
* verse
## docs
* standard icon in readme, also test coverage, etc
* logo on readme top
* raml
* postman
## Login-Options
* https://blog.risingstack.com/node-hero-node-js-authentication-passport-js/
* local (bcrypt, md5)
* facebook
* twitter
* google
* linkedIN
* OpenID