Git Product home page Git Product logo

bell-angular-reboot's Introduction

BeLL apps Angular reboot prototype

Project to create a prototype for a reboot of the BeLL apps using Angular & CouchDB.

To work on this

First, make sure you have CouchDB 2.0 and NodeJS installed.

Once CouchDB is installed, run the curl commands found at the bottom of this page to set up system databases. Then go into its dashboard at http://127.0.0.1:5984/_utils and enable CORS by clicking Configuration -> CORS, click the Enable CORS button and add http://localhost:3000 and/or http://127.0.0.1:3000 to the list.

curl -X PUT http://127.0.0.1:5984/_users
curl -X PUT http://127.0.0.1:5984/_replicator
curl -X PUT http://127.0.0.1:5984/_global_changes

Then clone this repo and run npm install to install all dependencies. There are two scripts of use for the command line, as well:

npm test Will run unit tests

npm run watch Will build the app, run tslint on all files, and start up a node server at localhost:3000. It will also watch for changes to all files in src and rebuild on changes.

Current features

Currently project only includes a login/create user page with username & password fields.

TODOs

  • Create vagrant file for quick setup of dependencies, then create docker file
  • Incorporate SSL so site runs on HTTPS
  • Add Service Workers & PouchDB (see this repo) for offline support
  • Add e2e tests with Protractor or CodeceptJS
  • Add user management component

bell-angular-reboot's People

Contributors

dogi avatar paulbert avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

bell-angular-reboot's Issues

Create new BeLL app section

If you would like to try replicating some of the current BeLL app functionality, please comment here with the section you are working on and create a new issue with that section. Here's checklist of the sections:

[ ] Dashboard -- there is a placeholder component that can be replaced
[ ] Library/Resource management
[ ] Courses
[ ] Meetups
[ ] Reports
[ ] Feedback

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.