Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coorasse/giftcoins
Giftcoins
https://github.com/coorasse/giftcoins
r-alessandrorodi
Last synced: 3 days ago
JSON representation
Giftcoins
- Host: GitHub
- URL: https://github.com/coorasse/giftcoins
- Owner: coorasse
- Created: 2017-05-22T10:02:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T10:27:22.000Z (over 7 years ago)
- Last Synced: 2024-10-10T05:36:34.726Z (about 1 month ago)
- Topics: r-alessandrorodi
- Language: Ruby
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Giftcoins
This monorepo consists of two parts:
* backend
* frontend## Build status
### develop
TODO
### master
TODO
## Setup
bin/setup
## Run
foreman startThis command will start respectively
backend: http://127.0.0.1:5000
frontend: http://127.0.0.1:5100
You can run each projct separately. Look at the project specific README.## Tests
Unit tests are run on each specific project. Look at the README of the project to know how to run unit tests.
You can run e2e tests with
bin/check## CI
Tests run on semaphore CI.
## CD
The backend is deployed through Semaphore to Heroku
The frontend is deployed using Netlify