Skip to content

Commit f1cdf61

Browse files
committed
Merge branch 'master' of github.com:zauberware/rails-devise-graphql
2 parents 4fe1716 + 1bef928 commit f1cdf61

File tree

1 file changed

+34
-6
lines changed

1 file changed

+34
-6
lines changed

README.md

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# Rails 6 boilerplate with devise, JWT, graphQL, CanCanCan and RailsAdmin.
2+
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/zauberware/rails-devise-graphql/graphs/commit-activity)
3+
[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/zauberware/rails-devise-graphql/blob/master/LICENSE)
4+
[![GitHub release](https://img.shields.io/github/release/Naereen/StrapDown.js.svg)](https://github.com/zauberware/rails-devise-graphql/releases/)
5+
![GitHub top language](https://img.shields.io/github/languages/top/zauberware/rails-devise-graphql)
6+
![GitHub issues](https://img.shields.io/github/issues/zauberware/rails-devise-graphql)
27

38
This is a boilerplate to build your next SaaS product. It's a RubyOnRails 6 backend with Authentication and GraphQL API. It works nicely together with clients made with **React.js & React.Native** or any other frontend which implements the [JSON Web Tokens](https://jwt.io/introduction/) philosophy.
49

5-
## Versions
10+
### Versions
611

712
- Current ruby version `2.6.x`
813
- Bundler version `2.1.4`
914
- Rails version `6.0.X`
1015
- Postgresql Server as db connector
1116

12-
## Dependencies
17+
### Dependencies
1318
This boilerplate works like a charm with the following gemset:
1419
- pg
1520
- devise
@@ -27,11 +32,9 @@ This boilerplate works like a charm with the following gemset:
2732

2833
## Quick start
2934

30-
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/zauberware/rails-devise-graphql)
31-
32-
or
35+
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/zauberware/rails-devise-graphql)
3336

34-
clone the repo:
37+
or clone this repo:
3538

3639
```sh
3740
git clone https://github.com/zauberware/rails-devise-graphql my-saas-backend
@@ -206,9 +209,34 @@ It also triggers pipeline while opening a PR.
206209
## What's missing?
207210
Feel free to make feature requrest or join development!
208211

212+
## Share this repo
213+
Help us to get more attention to this project:
214+
215+
![Twitter URL](https://img.shields.io/twitter/url?label=Tweet%20about%20this%20project&style=social&url=https%3A%2F%2Fgithub.com%2Fzauberware%2Frails-devise-graphql)
216+
217+
## 🚀 Contributors, backers & sponsors
218+
219+
This project exists thanks to all the **people who contribute**.
220+
<a href="https://github.com/zauberware/rails-devise-graphql/graphs/contributors"><img src="https://opencollective.com/rails-devise-graphql/contributors.svg?width=890&button=false" /></a>
221+
222+
Thank you to **all our backers**! 🙏 ([Become a backer](https://opencollective.com/rails-devise-graphql#backer))
223+
224+
<a href="https://opencollective.com/rails-devise-graphql#backers" target="_blank"><img src="https://opencollective.com/rails-devise-graphql/backers.svg?width=890"></a>
225+
226+
**Support this project by becoming a sponsor.** Your logo will show up here with a link to your website. ([Become a sponsor](https://opencollective.com/rails-devise-graphql#sponsor))
227+
228+
<a href="https://opencollective.com/rails-devise-graphql/sponsor/0/website" target="_blank"><img src="https://opencollective.com/rails-devise-graphql/sponsor/0/avatar.svg"></a>
229+
230+
231+
## ♥ Code of Conduct
232+
233+
Please note that zauberware has a [Code of Conduct](https://github.com/zauberware/rails-devise-graphql/blob/master/CODE_OF_CONDUCT.md). By participating in this project online or at events you agree to abide by its terms.
234+
235+
209236
## Author
210237

211238
__Script:__ <https://github.com/zauberware/rails-devise-graphql>
239+
212240
__Author website:__ [https://www.zauberware.com](https://www.zauberware.com)
213241

214242
![zauberware technologies](https://avatars3.githubusercontent.com/u/1753330?s=200&v=4)

0 commit comments

Comments
 (0)