Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aristofun/_rails6_json_api
https://github.com/aristofun/_rails6_json_api
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aristofun/_rails6_json_api
- Owner: aristofun
- Created: 2019-12-07T17:45:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:18:56.000Z (almost 2 years ago)
- Last Synced: 2023-05-14T18:40:18.088Z (over 1 year ago)
- Language: Ruby
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rails 6, Sendgrid Web API
## Local setup1. 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
```