Skip to content

derasd/woTravel

 
 

Repository files navigation

#GAE Angular Material Init #####Easiest way to start Google App Engine Angular Material project on Earth & Mars! This project is a fork of gae-angular-material-starter, but with updated libraries and features. As a base for gae-angular-material-starter are gae-init and MEANJS used. Big thanks to all the previous projects!

Biggest updates compared to gae-angular-material-starter:

  • Updated to Angular Material version 1
  • Updated all other JavaScript libraries
  • Replaced lrInfiniteScroll with Angular's Material virtual repeat
  • Material design icons from materialdesignicons.com (replaces fontawesome icons)
  • Add the possibility to upload an user avatar to GCS
  • New location autocomplete directive
  • Easy query builder method (qry())

This full stack uses following technologies:

  • Google App Engine
  • Python Flask
  • AngularJS
  • Angular Material
  • Gulp, Bower, npm

######You can see live demo here: https://gae-angular-material-init.appspot.com/

##What's implemented?

  • Everything about user authentication - signin, signup, forgot pass, reset pass ... and all the boring stuff is done for you :)
  • Authentication with 11 different OAuth sites (Facebook, Twitter, etc.)
  • User profile pages - users can view/edit their profiles
  • Users list
  • Admin Interface - admin can edit app config, edit/delete/block users, etc.
  • "Send Feedback" page
  • Ability to generate mock data, while developing
  • Integration with no-captcha
  • Tracking with Google Analytics
  • Lots of useful angular directives and services

##What do I need? First make sure you've got following things installed on your machine:

##Install! Using github:

git clone https://github.com/TBxy/gae-angular-material-init
cd gae-angular-material-init
npm install
gulp run

And that's it! You should now see the app running on port 8080. You can now sign in via Google, or you can click "Generate Database" and then sign in as "admin" with password "123456"

##Deploy! When you're done with your beautiful Material Design app it's time to deploy! First, make sure you change your application name in app.yaml

gulp build
appcfg.py update main

And that's it! Your next big thing is out!

##What's left to do?

  • Tests - soon to be done
  • Docs/Tutorial - Although, docs doesn't exist yet, code is heavily commented, so you know what's going on :)

##Contribute! Sure you can :)

License

MIT. Can't be more open, source ;)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 40.2%
  • JavaScript 36.9%
  • HTML 20.6%
  • CSS 2.2%
  • Shell 0.1%