Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aristofun/_rails6_json_api


https://github.com/aristofun/_rails6_json_api

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

Rails 6, Sendgrid Web API

## Local setup

1. Edit `seeds.rb` if neccessary
2. `bundle install`
3. Replace credentials, put your Sendgrid API key to `sendgrid_api_key:` property
4. `bundle rails db:migrate`
5. `bundle rails s`

## Available Routes

```
GET /users
POST /users
GET /users/:id
POST /invites
```