Adequate is a free and open-source iOS client for the Meh daily deals website.
Clone the backend from Adequate-Backend and deploy following the directions in the project's README
.
git clone https://github.com/mgacy/Adequate-Backend.git
git clone https://github.com/mgacy/Adequate.git
Adequate uses the following tools:
If have not already installed Sourcery and SwiftGen, the Makefile
will install them using Homebrew.
Run:
make
Add the configuration files for the development, staging, and production environments:
buildscripts/
env_configs/
awsconfiguration-dev.json
awsconfiguration-prod.json
awsconfiguration-stg.json
Add credentials for the SwiftyBeaver platform as well as the ARNs for your AWS SNS platform applications and SNS topics to /buildscripts/env-vars.sh
.
Distributed under the MIT License.