Skip to content

Commit

Permalink
Spelling and grammar correction, added badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingismagick authored May 9, 2018
1 parent afba66d commit 8712849
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Laqu-l
> A complete starter kit that allows you create amazing apps that look native thanks to the Quasar Framework. Powered by an API developed in Laravel Framework using the easy GraphQL queries language. And ready to use the Google Firebase features.

<a href="https://github.com/quasarframework/quasar">
<img alt="Made with Quasar" src="https://img.shields.io/badge/made with-Quasar-2fa4cf.svg">
</a>
<a href="https://github.com/graphql">
<img alt="Powered by GraphQL" src="https://img.shields.io/badge/powered by-GraphQL-e572d9.svg">
</a>
<a href="https://github.com/laravel/laravel">
<img alt="uses Laravel" src="https://img.shields.io/badge/uses-Laravel-ff5d0e.svg">
</a>
<a href="https://github.com/firebase">
<img alt="Ready for Firebase" src="https://img.shields.io/badge/ready for-Firebase-f6bc00.svg">
</a>

> A complete starter kit that allows you create amazing apps that look native thanks to the Quasar Framework. Powered by an API developed in Laravel Framework using the easy GraphQL query language. And ready to use the Google Firebase features.
# Features
* Multilanguage capability
Expand All @@ -15,9 +29,9 @@
* Update password
* Update user name
* Logout
* Firebase Authentication with custom generated token that allows to use all Firebase features
* Firebase Authentication with custom generated token that allows using all Firebase features
* Firebase Cloud Messaging for app notifications
* User timezone detection for process related with users time
* User timezone detection for process related to user"s time
* User roles

# Components
Expand All @@ -29,7 +43,7 @@ OAUTH 2 Laravel API Powered with GraphQl
Dashboard with a basic features developed with Quasar Framework

### Client-Backend
PHP script that allows to secure store the API client-id and client-secret and manage the OAUTH2 authentication and refresh tokens process
PHP script that allows securely storing the API client-id and client-secret and managing the OAUTH2 authentication and refresh tokens process



Expand All @@ -38,11 +52,11 @@ PHP script that allows to secure store the API client-id and client-secret and m
Pending..

## Frameworks Used
* Quasar 0.15: [Oficial Documentation](http://quasar-framework.org)
* Laravel 5.6: [Oficial Documentation](https://laravel.com/docs/5.6)
* Quasar 0.15: [Official Documentation](http://quasar-framework.org)
* Laravel 5.6: [Official Documentation](https://laravel.com/docs/5.6)

## GraphQL
* Oficial Site: [GraphQL Info](http://graphql.org)
* Official Site: [GraphQL Info](http://graphql.org)
* Laravel GraphQL implementation: [Folkloreatelier/laravel-graphql](https://github.com/Folkloreatelier/laravel-graphql)

## Contributing
Expand Down

0 comments on commit 8712849

Please sign in to comment.