Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sampatbadhe/rewards-api
API for Rewards to associate
https://github.com/sampatbadhe/rewards-api
Last synced: about 2 months ago
JSON representation
API for Rewards to associate
- Host: GitHub
- URL: https://github.com/sampatbadhe/rewards-api
- Owner: sampatbadhe
- Created: 2021-04-02T05:46:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-30T06:55:50.000Z (over 3 years ago)
- Last Synced: 2024-06-11T18:46:07.448Z (7 months ago)
- Language: Ruby
- Size: 5.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iHero ActiveAdmin and API Application
It provides ActiveAdmin web app and API for iOS iHero(Kiprosh Rewards) app.
# Dependencies
### MacOS (Mojave or above)
| Program Name | Version Number | Install / Download | Details |
| -------------- | --------------- | --------------------------------------------| ----------------------------- |
| Ruby | 2.7.1 |
| Rails | 6.1.3 |
| PostgreSQL | 11.x.x | https://www.postgresql.org/download/macosx/ | Database |
| Yarn | 1.15.2 |# Setup application on local
1. Install gems
```
bundle
```2. Create the database, load the schema, and initialize it with the seed data.
```
rails db:setup
```3. Start the application
```
rails s
```# Documentation
- API documentation is available online at https://ihero-api.herokuapp.com/api/docs