DevDays Fall 2023. Hackathon project.
- Clone repository
git clone https://github.com/timatifey/split-and-pay.git
cd split-and-pay/backend- Build the docker image
docker build -t splitandpay/backend:latest .- Create config (for example)
spring:
data:
mongodb:
uri: mongodb://localhost:27017/split-and-pay- Create .env file (for example)
CONFIG_DIR=/etc/split-and-pay/backend/
- Run docker-compose
docker-compose -f docker-compose.yml up -dYou can see all api methods on this wiki page
- Clone repository
- Check our XCode version, minimum is 15.0
- In file
APIURL.swiftset real server address
static let apiURL = "http://{place here server address}/api"- Run app via XCode for Device or Simulator, minimum iOS version is 16.2