Skip to content

timatifey/split-and-pay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

split-and-pay

DevDays Fall 2023. Hackathon project.

Backend

Installation

  1. Clone repository
git clone https://github.com/timatifey/split-and-pay.git
cd split-and-pay/backend
  1. Build the docker image
docker build -t splitandpay/backend:latest .
  1. Create config (for example)
spring:
  data:
    mongodb:
      uri: mongodb://localhost:27017/split-and-pay
  1. Create .env file (for example)
CONFIG_DIR=/etc/split-and-pay/backend/
  1. Run docker-compose
docker-compose -f docker-compose.yml up -d

Api

You can see all api methods on this wiki page

iOS

Installation

  1. Clone repository
  2. Check our XCode version, minimum is 15.0
  3. In file APIURL.swift set real server address
static let apiURL = "http://{place here server address}/api"
  1. Run app via XCode for Device or Simulator, minimum iOS version is 16.2