Skip to content

hmaciasc/crowdevelop-web

Repository files navigation

CrowDevelop - Software engineer ULPGC final college project

Project stalled. If you want to fork it and continue development you will have to create a firebase project and import keys.

Status

Build Status

CrowDevelop

(https://crowdevelop-40f3c.firebaseapp.com)

CrowDevelop is a crowdfunding platform focused on software development projects.

  • Passwordless authentication
  • Progressive web app with offline cache and install banner
  • Push notifications
  • Image upload.
  • Mock payments (pending)

Tech

CrowDevelop uses a number of open source projects to work properly:

  • [Firebase] - Backend as a service
  • [AngularJS] - HTML enhanced for web apps!
  • [Bootstrap 4] - great UI boilerplate for modern web apps
  • [Gulp] - the streaming build system
  • [AngularFire] - angular and firebase official integration lib
  • [jQuery]

Installation

CrowDevelop requires Node.js to run.

Install the dependencies and devDependencies and start the server.

$ cd CrowDevelop
$ npm i -g gulp
$ npm i && bower install
$ gulp

Navigate to localhost:5000

Current master version 1.0