Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coorasse/giftcoins

Giftcoins
https://github.com/coorasse/giftcoins

r-alessandrorodi

Last synced: 3 days ago
JSON representation

Giftcoins

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 start

This 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