Skip to content

Commit 56adfd1

Browse files
authored
Update readme
1 parent fa88f5b commit 56adfd1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,16 @@
55
![GitHub top language](https://img.shields.io/github/languages/top/zauberware/rails-devise-graphql)
66
![GitHub issues](https://img.shields.io/github/issues/zauberware/rails-devise-graphql)
77

8-
98
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.
109

11-
## Versions
10+
### Versions
1211

1312
- Current ruby version `2.6.x`
1413
- Bundler version `2.1.4`
1514
- Rails version `6.0.X`
1615
- Postgresql Server as db connector
1716

18-
## Dependencies
17+
### Dependencies
1918
This boilerplate works like a charm with the following gemset:
2019
- pg
2120
- devise
@@ -33,11 +32,9 @@ This boilerplate works like a charm with the following gemset:
3332

3433
## Quick start
3534

36-
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/zauberware/rails-devise-graphql)
37-
38-
or
35+
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/zauberware/rails-devise-graphql)
3936

40-
clone the repo:
37+
or clone this repo:
4138

4239
```sh
4340
git clone https://github.com/zauberware/rails-devise-graphql my-saas-backend

0 commit comments

Comments
 (0)