/Schedoole

A general user authentication app to manage a database of entries

Primary LanguageJavaScript

Schedoole

  • Built with AngularJS and Foundation.css for front-end and Firebase for back-end.

Description

A clean app that implements user registration, authentication, and routing.

Frameworks

Angular Bootstrap Firebase Twilio Mailgun

Installation

with nodeJS installed run

npm install in the project root directory.

Production

Install with

npm install --production if serving with something other than http-server.

Serving

To start serving the project on port 8080

npm start